Hi,
So, after the upgrade I now can't connect using a java client node using:
Node hostNode = NodeBuilder.nodeBuilder()
.loadConfigSettings(false)
.settings(settings)
.node()
.start();
with these client settings:
index.number_of_shards=1,
index.number_of_replicas=1,
cluster.name=CMTDEV1,
node.client=true,
index.mapper=dynamic:false,
node.data=false,
transport.tcp.port=9400-9450,
http.port=9451-9500,
node.name=David-Roberts-Local_166.15.121.56,
network.host=166.15.121.56,
discovery.zen.ping.unicast.enabled=true,
http.enabled=true,
discovery.zen.ping.unicast.hosts:9400=vcll36a-1001.equity.csfb.com,vcll36a-1001.equity.csfb.com:9401,vcll36a-1001.equity.csfb.com:9402,vcll36a-1001.equity.csfb.com:9403,vcll36a-1001.equity.csfb.com:9404,vcll36a-1001.equity.csfb.com:9405,vcll36a-1001.equity.csfb.com:9406,vcll36a-1001.equity.csfb.com:9407,vcll36a-1001.equity.csfb.com:9408,vcll36a-1001.equity.csfb.com:9409,vcll36a-1001.equity.csfb.com:9410,
discovery.zen.ping.multicast.enabled=false
The error thrown on the client is this:
[CMLM]2014-01-03 18:08:05,251 INFO zen:114 -
[David-Roberts-Local_166.15.121.56] failed to send join request to master
[[Cheetah][Y-Bo59_1Se-fSsAkz1bqKw][inet[/169.36.78.96:9401]]], reason
[org.elasticsearch.transport.RemoteTransportException:
[Cheetah][inet[/169.36.78.96:9401]][discovery/zen/join];
org.elasticsearch.ElasticSearchTimeoutException: Timeout waiting for task.]
This server and client combination was fine using 0.19.11, so
ports/firewalls is probably not the issue.
The sever startup log is here: https://gist.github.com/dav-rob/8243260
The server config is here: https://gist.github.com/dav-rob/8243311
The serer command line is here: https://gist.github.com/dav-rob/8243336
Thanks,
David.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3a8358b4-0188-4654-9c07-df77b5ed4300%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.