Remove the TODO since it's done.

This commit is contained in:
Xin Dong 2021-01-22 10:14:36 -08:00
parent 30962551d5
commit faf571dc06
1 changed files with 0 additions and 1 deletions

View File

@ -2359,7 +2359,6 @@ ACTOR Future<Void> fetchKeys( StorageServer *data, AddingShard* shard ) {
//FIXME: remove when we no longer support upgrades from 5.X
if (debug_getRangeRetries >= 100) {
data->cx->enableLocalityLoadBalance = false;
// TODO: Add SevWarnAlways to say it was disabled.
TraceEvent(SevWarnAlways, "FKDisableLB").detail("FKID", fetchKeysID);
}