File "/Users/etseng/conferenceViewer/conferenceViewer/models/stats.py", line 35, in get_map
tweeted_words = session.execute(self.QUERY_TWEETS % timestamp)
File "/Users/etseng/.virtualenvs/conferenceViewer/lib/python2.7/site-packages/cassandra/cluster.py", line 1295, in execute
result = future.result(timeout)
File "/Users/etseng/.virtualenvs/conferenceViewer/lib/python2.7/site-packages/cassandra/cluster.py", line 2799, in result
raise self._final_exception
ReadTimeout: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message="Operation timed out - received only 0 responses." info={'received_responses': 0, 'required_responses': 1, 'consistency': 'ONE'}
Are there settings in the p-c driver that I can set to increase the read timeouts? I read through the documents but didn't find anything related to read timeouts. Thanks!
Regards,
Ed
To unsubscribe from this group and stop receiving emails from it, send an email to python-driver-u...@lists.datastax.com.
I am new to Cassandra and I don't really have a good sense of what "large" is.