File "/usr/lib/python2.7/site-packages/hazelcast_python_client-0.3-py2.7.egg/hazelcast/cluster.py", line 81, in _connect_to_cluster
self._connect_to_address(address)
File "/usr/lib/python2.7/site-packages/hazelcast_python_client-0.3-py2.7.egg/hazelcast/cluster.py", line 111, in _connect_to_address
connection = self._client.connection_manager.get_or_connect(address, self._authenticate_manager).result()
File "/usr/lib/python2.7/site-packages/hazelcast_python_client-0.3-py2.7.egg/hazelcast/future.py", line 105, in callback
future.set_result(continuation_func(f, *args))
File "/usr/lib/python2.7/site-packages/hazelcast_python_client-0.3-py2.7.egg/hazelcast/future.py", line 105, in callback
future.set_result(continuation_func(f, *args))
File "/usr/lib/python2.7/site-packages/hazelcast_python_client-0.3-py2.7.egg/hazelcast/cluster.py", line 99, in callback
parameters = client_authentication_codec.decode_response(f.result())
File "/usr/lib/python2.7/site-packages/hazelcast_python_client-0.3-py2.7.egg/hazelcast/future.py", line 42, in result
raise self._exception, None, self._traceback
TimeoutError: Request timed out after 120 seconds.
INFO:ClusterService:Connecting to Address(host=10.135.128.100, port=5701)
DEBUG:InvocationService:Sending ClientMessage:{length=60, correlationId=2, messageType=2, partitionId=-1, isComplete=False, isRetryable=True, isEvent=False, writeOffset=22} to Connection(address=('10.135.128.100', 5701), id=1)
Here is script where I tried adding group_config but it makes no difference:
import hazelcast
import logging
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)