You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ranges for repairs need to be calculated against tokens held by local DC ring members only. Currently, if you have a situation like this:
DC1: nodeA(1), nodeB(3)
DC2: nodeC(2), nodeD(4)
running this script on nodeA will result in repairs of the range (1,2), which is insufficient for the needs of the local DC.
The text was updated successfully, but these errors were encountered:
Ranges for repairs need to be calculated against tokens held by local DC ring members only. Currently, if you have a situation like this:
DC1: nodeA(1), nodeB(3)
DC2: nodeC(2), nodeD(4)
running this script on nodeA will result in repairs of the range (1,2), which is insufficient for the needs of the local DC.
The text was updated successfully, but these errors were encountered: