Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
RangeFetchMapCalculator (CASSANDRA-4650) tries to make the number of streams out of each node as even as possible.
In a typical multi-dc ring the nodes in the dcs are setup using token + 1, creating many tiny ranges. If we only try to optimise over the number of streams, it is likely that the amount of data streamed out of each node is unbalanced.
We should ignore those trivial ranges and only optimise the big ones, then share the tiny ones over the nodes.