You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "YCozy (Jira)" <ji...@apache.org> on 2020/02/05 04:30:00 UTC

[jira] [Created] (CASSANDRA-15546) Operation timeout when creating a keyspace/table.

YCozy created CASSANDRA-15546:
---------------------------------

             Summary: Operation timeout when creating a keyspace/table.
                 Key: CASSANDRA-15546
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15546
             Project: Cassandra
          Issue Type: Bug
            Reporter: YCozy


When testing Cassandra with network partitions, we have observed the following failure from time to time:
 # Start a three-node cluster, say node1, node2, and node3.
 # Partition node3 from node1 and node2.
 # Use cqlsh to contact node1 to create a keyspace/table. The cqlsh and node1 runs on the same host.
 # Notice that cqlsh fails with the following error:

{code:java}
<stdin>:1:OperationTimedOut: errors={'127.0.0.1': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=127.0.0.1{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org