Michael Kjellman created CASSANDRA-14033: --------------------------------------------
Summary: putget_snappy_test - putget_test.TestPutGet fails Key: CASSANDRA-14033 URL: https://issues.apache.org/jira/browse/CASSANDRA-14033 Project: Cassandra Issue Type: Bug Components: Testing Reporter: Michael Kjellman putget_snappy_test - putget_test.TestPutGet fails errors={'127.0.0.3': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=127.0.0.3 -------------------- >> begin captured logging << -------------------- dtest: DEBUG: cluster ccm directory: /tmp/dtest-ewffmO dtest: DEBUG: Done setting configuration options: { 'initial_token': None, 'memtable_allocation_type': 'offheap_objects', 'num_tokens': '256', 'phi_convict_threshold': 5} cassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.3 datacenter1> discovered cassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.2 datacenter1> discovered --------------------- >> end captured logging << --------------------- File "/usr/lib/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/cassandra/cassandra-dtest/putget_test.py", line 23, in putget_snappy_test self._putget(compression="Snappy") File "/home/cassandra/cassandra-dtest/putget_test.py", line 39, in _putget create_cf(session, 'cf', compression=compression) File "/home/cassandra/cassandra-dtest/dtest.py", line 723, in create_cf session.execute(query) File "cassandra/cluster.py", line 2122, in cassandra.cluster.Session.execute return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile, paging_state).result() File "cassandra/cluster.py", line 3982, in cassandra.cluster.ResponseFuture.result raise self._final_exception "errors={'127.0.0.3': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=127.0.0.3\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /tmp/dtest-ewffmO\ndtest: DEBUG: Done setting configuration options:\n{ 'initial_token': None,\n 'memtable_allocation_type': 'offheap_objects',\n 'num_tokens': '256',\n 'phi_convict_threshold': 5}\ncassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.3 datacenter1> discovered\ncassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.2 datacenter1> discovered\n--------------------- >> end captured logging << ---------------------" -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org