Remove debug trace

This commit is contained in:
Chaoguang Lin 2021-03-29 11:57:14 -07:00
parent 62516cb844
commit e2bd500fa7
1 changed files with 0 additions and 1 deletions

View File

@ -1812,7 +1812,6 @@ ACTOR static Future<Standalone<RangeResultRef>> MaintenanceGetRangeActor(ReadYou
ryw->getTransaction().setOption(FDBTransactionOptions::LOCK_AWARE);
Optional<Value> val = wait(ryw->getTransaction().get(healthyZoneKey));
if (val.present()) {
TraceEvent(SevDebug, "MaintenanceDebug2").detail("KeyRange", kr.toString());
auto healthyZone = decodeHealthyZoneValue(val.get());
if ((healthyZone.first == ignoreSSFailuresZoneString) ||
(healthyZone.second > ryw->getTransaction().getReadVersion().get())) {