You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2018/07/09 20:18:00 UTC

[jira] [Updated] (CASSANDRA-14220) C* returns to the driver NullPointerException sometimes when creating a keyspace

     [ https://issues.apache.org/jira/browse/CASSANDRA-14220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua McKenzie updated CASSANDRA-14220:
----------------------------------------
    Component/s: Distributed Metadata
                 Core

>  C* returns to the driver NullPointerException sometimes when creating a keyspace
> ---------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-14220
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14220
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Distributed Metadata
>         Environment: C* version: 3.11.1
>            Reporter: Jaume M
>            Assignee: Jaydeepkumar Chovatia
>            Priority: Major
>         Attachments: node1_system.log, node2_system.log, node3_system.log
>
>
> This happening regular on the python driver CI and it's reasonable to assume that C* is under heavy load when it happens. The CQL command sent is
> {code}
> CREATE KEYSPACE keyspace WITH replication " = {'class': 'SimpleStrategy', 'replication_factor': 1}
> {code}
> or 
> {code}
> CREATE TABLE table_name (k INT, i INT, PRIMARY KEY(k, i))
> {code}
> The error the driver gets is
> {code}
> <Error from server: code=0000 [Server error] message="java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NullPointerException">
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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