Hi,
I am using elasticsearch and elasticsearch-zookeper plugin version 1.4.2 and zookeeper version 3.4.6. But after bringing zookeeper, I tried to bring up ES with zookeeper plugin as the discovery module, I get the following error:
[[2015-01-26 12:45:01,016][INFO ][org.apache.zookeeper.ClientCnxn] Opening socket connection to server shahk-dt.pixia.local/0:0:0:0:0:0:0:1:2181. Will
not attempt to authenticate using SASL (unknown error)
[2015-01-26 12:45:01,017][INFO ][org.apache.zookeeper.ClientCnxn] Socket connection established to shahk-dt.pixia.local/0:0:0:0:0:0:0:1:2181, initiati
ng session
[2015-01-26 12:45:01,029][INFO ][org.apache.zookeeper.ClientCnxn] Session establishment complete on server shahk-dt.pixia.local/0:0:0:0:0:0:0:1:2181,
sessionid = 0x14b275892790000, negotiated timeout = 40000
[2015-01-26 12:45:01,044][INFO ][org.apache.zookeeper.ZooKeeper] Session: 0x14b275892790000 closed
[2015-01-26 12:45:01,044][INFO ][org.apache.zookeeper.ClientCnxn] EventThread shut down
{1.4.2}: Initialization Failed ...
1) ElasticsearchIllegalArgumentException[no type support [com.sonian.elasticsearch.zookeeper.discovery.ZooKeeperDiscoveryModule]]
I thought this bug is fixed with 1550 in zookeeper version 3.4.4. I would appreciated if someone can help me resolve this issue.
Thanks in advance!