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".
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