Failed to send request to join wizard

I am using elasticsearch version 1.3.0

. After restarting the data node, the master node could not be found. I am getting the errorfailed to send join request to master

In the error log: -

[[app101][dGRBqTFTQfae76IFCjsMmQ][app101][inet[/127.0.0.2:9300]]{master=true, river=_none_}], 
reason [org.elasticsearch.transport.RemoteTransportException: 
[app101][inet[/127.0.0.2:9300]][discovery/zen/join];
org.elasticsearch.transport.RemoteTransportException:
[app102][inet[/127.0.0.1:9300]][discovery/zen/join/validate];
org.elasticsearch.ElasticsearchIllegalArgumentException: 
No custom index metadata factory registered for type [rivers]]

      

Edit:
after reinstalling jdbc rivers fix the problem. But still I'm looking for a way if I delete the jdbc river and restart the ES cluster. Then it should discover the master node.

+3


source to share





All Articles