richardwilly98 / elasticsearch-river-mongodb

MongoDB River Plugin for ElasticSearch
1.12k stars 215 forks source link

Error when allocating river into another shard #339

Open Lins59 opened 10 years ago

Lins59 commented 10 years ago

Hello,

We are using multiple nodes in a single cluster. According to Elasticsearch documentation, "Rivers are singletons within the cluster. They get allocated automatically to one of the nodes and run. If that node fails, a river will be automatically allocated to another node."

We ran into this. If the node handling the river fail, the river are "load-balanced" into another node but can't restart. In the log, it is said : "Cannot start river".

Do you have any workaround ? Thanks

Lins59 commented 10 years ago

Any news ?