CompactionInfo id is not stable
-------------------------------

                 Key: CASSANDRA-3107
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3107
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Stu Hood
            Assignee: Stu Hood
            Priority: Minor


The original intention of displaying the hashcode of the CompactionInfo for a 
compaction was that it would be stable and unique for the lifetime of the 
compaction. But at some point in the refactoring, we moved to 
new-object-per-call, which means that the hashcode is not stable.

Giving the CompactionInfo object an id field that can be generated from the 
hashcode of the actual compaction task would solve this problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to