Log each time RateKeeper enters monitorServerListChange().
This commit is contained in:
parent
28c92aa945
commit
650b052284
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue