Remove debug trace
This commit is contained in:
parent
62516cb844
commit
e2bd500fa7
|
@ -1812,7 +1812,6 @@ ACTOR static Future<Standalone<RangeResultRef>> MaintenanceGetRangeActor(ReadYou
|
||||||
ryw->getTransaction().setOption(FDBTransactionOptions::LOCK_AWARE);
|
ryw->getTransaction().setOption(FDBTransactionOptions::LOCK_AWARE);
|
||||||
Optional<Value> val = wait(ryw->getTransaction().get(healthyZoneKey));
|
Optional<Value> val = wait(ryw->getTransaction().get(healthyZoneKey));
|
||||||
if (val.present()) {
|
if (val.present()) {
|
||||||
TraceEvent(SevDebug, "MaintenanceDebug2").detail("KeyRange", kr.toString());
|
|
||||||
auto healthyZone = decodeHealthyZoneValue(val.get());
|
auto healthyZone = decodeHealthyZoneValue(val.get());
|
||||||
if ((healthyZone.first == ignoreSSFailuresZoneString) ||
|
if ((healthyZone.first == ignoreSSFailuresZoneString) ||
|
||||||
(healthyZone.second > ryw->getTransaction().getReadVersion().get())) {
|
(healthyZone.second > ryw->getTransaction().getReadVersion().get())) {
|
||||||
|
|
Loading…
Reference in New Issue