File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 88, in run
self._target(*self._args, **self._kwargs)
File "cassandra.py", line 21, in write
pool = Connection()
File "cassandra.py", line 8, in get_instance
instances[cls] = cls(*args, **kwargs)
File "cassandra.py", line 18, in __init__
pool_size=pool_size)
File "/Library/Python/2.7/site-packages/pycassa/pool.py", line 359, in __init__
self.fill()
File "/Library/Python/2.7/site-packages/pycassa/pool.py", line 420, in fill
conn = self._create_connection()
File "/Library/Python/2.7/site-packages/pycassa/pool.py", line 408, in _create_connection
(exc.__class__.__name__, exc))
AllServersUnavailable: An attempt was made to connect to each of the servers twice, but none of the attempts succeeded. The last failure was TTransportException: Could not connect to
192.168.1.41:9160
This error occurs.
And file limit is 1024
Cheers,
Cato