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

Broken get_paged_slice

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 1.1.7, 1.2.0 beta 2
    • None
    • None
    • Normal

    Description

      get_paged_slice doesn't reset the start column filter for the second returned row sometimes. So instead of getting a slice:

      row 0: <start_column>...<last_column_in_row>
      row 1: <first column in a row>...<last_column_in_row>
      row 2: <first column in a row>...

      you sometimes get:

      row 0: <start_column>...<last_column_in_row>
      row 1: <start_column>...<last_column_in_row>
      row 2: <first column in a row>...

      Attachments

        1. 4816-3.txt
          8 kB
          Piotr Kolaczkowski
        2. 4816-2.txt
          4 kB
          Sylvain Lebresne

        Activity

          People

            pkolaczk Piotr Kolaczkowski
            pkolaczk Piotr Kolaczkowski
            Piotr Kolaczkowski
            Sylvain Lebresne
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: