Elasticsearch-1.1.0 を使用してツイートのインデックスを作成しました。インデックス作成プロセスは問題ありません。その後、バージョンアップしました。現在、Elasticsearch-1.3.2 を使用していますが、ランダムに次のメッセージが表示されます。
Exception happened: Error raised when there was an exception while talking to ES.
ConnectionError(HTTPConnectionPool(host='127.0.0.1', port=8001): Read timed out. (read timeout=10)) caused by: ReadTimeoutError(HTTPConnectionPool(host='127.0.0.1', port=8001): Read timed out. (read timeout=10)).
ランダム性のスナップショット:
Happened --33s-- Happened --27s-- Happened --22s-- Happened --10s-- Happened --39s-- Happened --25s-- Happened --36s-- Happened --38s-- Happened --19s-- Happened --09s-- Happened --33s-- Happened --16s-- Happened
--XXs-- = after XX seconds
誰かが問題を解決する方法を指摘できますかRead timed out
?
どうもありがとうございました。