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

    https://github.com/apache/cassandra/pull/269#discussion_r218387701
  
    --- Diff: src/java/org/apache/cassandra/db/SystemKeyspace.java ---
    @@ -1288,24 +1288,25 @@ public static synchronized void 
updateAvailableRanges(String keyspace, Collectio
         /**
          * List of the streamed ranges, where transientness is encoded based 
on the source, where range was streamed from.
          */
    -    public static synchronized RangesAtEndpoint getAvailableRanges(String 
keyspace, IPartitioner partitioner)
    +    public static synchronized Pair<Set<Range<Token>>, Set<Range<Token>>> 
getAvailableRanges(String keyspace, IPartitioner partitioner)
    --- End diff --
    
    Could we introduce a concrete class for this concept, of full/transient 
ranges?


---

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

Reply via email to