Add an instrumentation check for Antithesis

This commit is contained in:
Ed Hennis
2026-08-12 18:04:53 -04:00
parent 5a7a715283
commit 9c8b45f0ed

View File

@@ -739,6 +739,8 @@ SHAMapStoreImp::healthWait()
lastLedger = index;
readServerStatus(index, age, mode, numMissing, lowerBound, unlock);
SOMETIMES(
index > lastLedger, "SHAMapStoreImp::healthWait : validated ledger index changed");
}
return stop_ ? HealthResult::Stopping : HealthResult::KeepGoing;