Github user dineshjoshi commented on a diff in the pull request:

    https://github.com/apache/cassandra/pull/239#discussion_r205337510
  
    --- Diff: src/java/org/apache/cassandra/db/compaction/Verifier.java ---
    @@ -361,12 +361,26 @@ public RangeOwnHelper(List<Range<Token>> 
normalizedRanges)
              * @throws RuntimeException if the key is not contained
              */
             public void check(DecoratedKey key)
    +        {
    +            if (!checkBoolean(key))
    --- End diff --
    
    Thanks, I will bear that in mind for future patches.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to