Hi,
we are testing hazelcast in EC2
we dont use any securityGroupName, tagKey or tagValue.
now we have few questions:
1.
for example we got outputs like below:
2013-05-21 10:17:51 INFO [<default>] [10.165.21.89]:5701 [myGroup] Could not connect to: /
10.211.174.18:5701. Reason: ConnectException[Connection timed out]
2013-05-21 10:17:51 INFO [<default>] [10.165.21.89]:5701 [myGroup] Could not connect to: /
10.211.174.18:5703. Reason: ConnectException[Connection timed out]
2013-05-21 10:17:51 INFO [<default>] [10.165.21.89]:5701 [myGroup] Could not connect to: /
10.211.174.18:5702. Reason: ConnectException[Connection timed out]
.....
2013-05-21 10:17:51 INFO [<default>] [10.165.21.89]:5701 [myGroup] Could not connect to: /
10.139.10.41:5701. Reason: ConnectException[Connection timed out]
2013-05-21 10:17:51 INFO [<default>] [10.165.21.89]:5701 [myGroup] Could not connect to: /
10.139.10.41:5703. Reason: ConnectException[Connection timed out]
2013-05-21 10:17:51 INFO [<default>] [10.165.21.89]:5701 [myGroup] Could not connect to: /
10.139.10.41:5702. Reason: ConnectException[Connection timed out]
.......
....
...
I found these issue and discussions:
https://github.com/hazelcast/hazelcast/issues/140https://groups.google.com/forum/#!searchin/hazelcast/AWS/hazelcast/rnBcHc2j5Wo/bhwfKGw_pxIJhttps://groups.google.com/forum/#!topic/hazelcast/k9tVcagUTm8/discussiondoes that mean, hazelcast (in this case is the split-brain handler i guess) is trying to connect to ALL servers that is known with AWS auto discovery mechanism, even if hazelcast is not running on this aws instances ??
and why is hazelcast trying 3 different sockets ? has this something to do with port autoincrement ? (port autoincrement is set on true).
will it help if we define security group + tagKey or value ? so that other instances, where hazelcast is not running, won't be in the list.
2.
we sometimes get timeout issues. connection time out of tcp/ip is set on 10 sec at the moment, it seems that's not really enough, not always. How is your experience with timeouts in EC2 ? lets say if we want to deploy a cluster with 10.-20 nodes.
Thanks