Yura Sokolov all time


 0 Collaborator

 1 Patch
964d7011f63d85c0c135ca47e2d06032c6be391b

964d7011f63d85c0c135ca47e2d06032c6be391b | Author: Yura Sokolov <y.sokolov@joom.com>
 | 2020-03-20 20:51:32+03:00

    allow tokenAware policy to handle keyspace with skipped dcs (#1417)
    
    Keyspace could define replication that doesn't cover all datacenters.
    More over: such case certainly happens when new data is added to cluster.
    
    This commit fixes handling of this situation in networkTopology replicaMap
    by skipping tokens from excess datacenters.
    
    fixes #1349