You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Blake Eggleston (JIRA)" <ji...@apache.org> on 2017/02/13 23:25:42 UTC

[jira] [Created] (CASSANDRA-13217) minor bugs related to CASSANDRA-9143

Blake Eggleston created CASSANDRA-13217:
-------------------------------------------

             Summary: minor bugs related to CASSANDRA-9143
                 Key: CASSANDRA-13217
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13217
             Project: Cassandra
          Issue Type: Bug
            Reporter: Blake Eggleston
            Assignee: Blake Eggleston
            Priority: Minor


We found a few minor bugs found in an internal review:
* incorrect log argument order [here|https://github.com/apache/cassandra/blob/edcbef3e343778b4d5affe019f64c89da2a13aa2/src/java/org/apache/cassandra/streaming/compress/CompressedStreamReader.java#L75]
* {{SSTableReader#intersects}} should use Bounds, not Range ([here|https://github.com/apache/cassandra/blob/edcbef3e343778b4d5affe019f64c89da2a13aa2/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java#L1761])
* {{CompactionStrategyManager#validateForCompaction}} doesn't prevent sstables from different repair session from being compacted together [here|https://github.com/apache/cassandra/blob/edcbef3e343778b4d5affe019f64c89da2a13aa2/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java#L1761]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)