Log each time RateKeeper enters monitorServerListChange().

This commit is contained in:
RenxuanW 2021-04-14 13:55:46 -07:00
parent 28c92aa945
commit 650b052284
1 changed files with 1 additions and 0 deletions

View File

@ -738,6 +738,7 @@ ACTOR Future<Void> monitorServerListChange(
loop {
try {
tr.setOption(FDBTransactionOptions::PRIORITY_SYSTEM_IMMEDIATE);
TraceEvent("RatekeeperMonitorSSList", self->id).detail("CurrentTime", now());
vector<std::pair<StorageServerInterface, ProcessClass>> results = wait(getServerListAndProcessClasses(&tr));
self->lastSSListFetchedTimestamp = now();