JDBC River for MySQL を使用して、elasticsearch で大規模なデータベースのインデックスを作成しようとしています。ただし、開始したように見えますが、データを読み込む前にフリーズします。ログ ファイルには次のように出力されます。
[2014-05-11 04:35:39,904][INFO ][org.xbib.elasticsearch.river.jdbc.JDBCRiver] [Wade Wilson] [jdbc][search_deals] starting JDBC river: URL [jdbc:mysql://hostname/database], strategy [simple], index/type [search_deals/search_deal]
[2014-05-11 04:35:39,904][INFO ][org.xbib.elasticsearch.river.jdbc.strategy.simple.SimpleRiverMouth] waiting for cluster state YELLOW
[2014-05-11 04:35:39,906][INFO ][org.xbib.elasticsearch.river.jdbc.strategy.simple.SimpleRiverMouth] ... cluster state ok
[2014-05-11 04:35:39,906][INFO ][cluster.metadata ] [Wade Wilson] [_river] update_mapping [search_deals] (dynamic)
[2014-05-11 04:35:39,936][INFO ][cluster.metadata ] [Wade Wilson] [_river] update_mapping [search_deals] (dynamic)
インデックスが作成されない理由を見つけるのを手伝ってくれる人はいますか。私は何時間も何時間も待っていましたが、起動しませんでした。