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

NullPointerException when querying a table with a previous state

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Won't Fix
    • None
    • Legacy/CQL
    • Normal

    Description

      Performing the following steps (using the gocql library) results in an NPE:

      • With a table of 12 entries, read all rows.
      • Set the page size to 1 and read the first row. Save the query state.
      • Read all the row again.
      • Set the page size to 5 and the page state to the previous state. (This is where the NPE occurs).

      This can be reproduced with the following project:
      https://github.com/eyeofthefrog/CASSANDRA-13991

      Attachments

        1. CASSANDRA-13991.log
          48 kB
          Chris mildebrandt

        Activity

          People

            Unassigned Unassigned
            mildebrandt Chris mildebrandt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: