Remove the TODO since it's done.
This commit is contained in:
parent
30962551d5
commit
faf571dc06
|
@ -2359,7 +2359,6 @@ ACTOR Future<Void> fetchKeys( StorageServer *data, AddingShard* shard ) {
|
||||||
//FIXME: remove when we no longer support upgrades from 5.X
|
//FIXME: remove when we no longer support upgrades from 5.X
|
||||||
if (debug_getRangeRetries >= 100) {
|
if (debug_getRangeRetries >= 100) {
|
||||||
data->cx->enableLocalityLoadBalance = false;
|
data->cx->enableLocalityLoadBalance = false;
|
||||||
// TODO: Add SevWarnAlways to say it was disabled.
|
|
||||||
TraceEvent(SevWarnAlways, "FKDisableLB").detail("FKID", fetchKeysID);
|
TraceEvent(SevWarnAlways, "FKDisableLB").detail("FKID", fetchKeysID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue