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

TestTopology.simple_decommission_test failing due to assertion triggered by SizeEstimatesRecorder

    XMLWordPrintableJSON

Details

    • Low

    Description

      Example here.

      SizeEstimatesRecorder can race with decommission when it tries to get the primary ranges for a node.

      This is because getPredecessor in TokenMetadata hits an assertion if the token is no longer in TokenMetadata.

      This no longer occurs in 3.0 because this assertion has been removed and replace with different data.

      In both cases, the relationship between the set of tokens in getPrimaryRangesFor (passed in as an argument) and the set of tokens used in calls by getPredecessor (the system ones) should be investigated.

      Attachments

        Activity

          People

            jkni Joel Knighton
            jkni Joel Knighton
            Joel Knighton
            Branimir Lambov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: