Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-14220

C* returns to the driver NullPointerException sometimes when creating a keyspace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Not A Problem
    • None
    • None
    • C* version: 3.11.1

    • Normal

    Description

      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

      CREATE KEYSPACE keyspace WITH replication " = {'class': 'SimpleStrategy', 'replication_factor': 1}
      

      or

      CREATE TABLE table_name (k INT, i INT, PRIMARY KEY(k, i))
      

      The error the driver gets is

      <Error from server: code=0000 [Server error] message="java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NullPointerException">
      

      Attachments

        1. node2_system.log
          57 kB
          Jaume M
        2. node1_system.log
          42 kB
          Jaume M
        3. node3_system.log
          42 kB
          Jaume M

        Activity

          People

            chovatia.jaydeep@gmail.com Jaydeepkumar Chovatia
            jmarhuen Jaume M
            Jaydeepkumar Chovatia
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: