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

    https://github.com/apache/cassandra/pull/224#discussion_r189038759
  
    --- Diff: 
src/java/org/apache/cassandra/db/compaction/CompactionManager.java ---
    @@ -533,7 +530,7 @@ public AllSSTableOpStatus relocateSSTables(final 
ColumnFamilyStore cfs, int jobs
                 logger.info("Partitioner does not support splitting");
                 return AllSSTableOpStatus.ABORTED;
             }
    -        final Collection<Range<Token>> r = 
StorageService.instance.getLocalRanges(cfs.keyspace.getName());
    +        final Collection<Range<Token>> r = 
StorageService.instance.getLocalReplicas(cfs.keyspace.getName()).asRangeSet();
    --- End diff --
    
    fixed


---

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

Reply via email to