2009年7月31日金曜日

Google App Engine : Index Error

どうやらまた同じようなミスをしてしまった

http://groups.google.co.jp/group/google-app-engine-japan/msg/2cc3dbed1cbb8ccf


このパターンだと思われ、1日待ってみる必要がある。
index.yaml の該当部分を削除して vacume_indexes しても Status が Error の
ままで Deleting にならず、削除が開始されない。 結果、 Error が消えないのでどうしようもない。

ローカル: 2009年7月21日(火) 午前11:52
件名: Re: can not force delete a index with error!

I wasn't able to delete the "Error" status index for a day, the next
day when I tried vacuum_indexes it got deleted without any problem.

The fist day I tried many times, but the index status was "Error" it
didn't change to "Deleting...". It was kind of stuck at the error
status.



関連

Google App Engineで、index.yamlに記述したインデックスが正しく生成されないときの対処法
http://akisute.com/2009/05/google-app-engineindexyaml.html

GAE(google app engine) インデックスのトラブルの顛末
http://osima.jp/blog/gae-index-in-trouble.html

Swift+VSCodeでまた「一致するワークスペースシンボルがありません」で悩む

 Xcode のプロジェクトフォルダを vscode で開いて cmd+T のシンボル検索で 「一致するワークスペースシンボルがありません」 となる 結論としては Package.swift ファイルが必要だった。 一行目の  // swift-tools-version: 6....