failed to send join request to master

拥有回忆 提交于 2020-01-14 14:09:09

问题


I am using elasticsearch version 1.3.0. After restarting data node its unable to detect master node. I am getting error failed to send join request to master

In 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 river fix the problem. But still I am looking the way if remove jdbc river and restart the ES cluster. Then it should detect master node.

来源:https://stackoverflow.com/questions/26030778/failed-to-send-join-request-to-master

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!