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

    https://github.com/apache/cassandra/pull/269#discussion_r218547456
  
    --- Diff: src/java/org/apache/cassandra/locator/RangesAtEndpoint.java ---
    @@ -302,6 +303,11 @@ public static RangesAtEndpoint 
toDummyList(Collection<Range<Token>> ranges)
                     .collect(collector(dummy));
         }
     
    +    public static boolean isDummyList(RangesAtEndpoint ranges)
    --- End diff --
    
    How does all replicas being local mean it's a dummy list? Only the 2nd half 
of this predicate is dummy list related.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to