Github user dineshjoshi commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/239#discussion_r205275130
--- 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 --
I am cherry picking this change.
The only concern I have is we're now changing the signature and behavior of
a pre-existing method. I generally try to avoid such changes to avoid confusing
other authors.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]