1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-20 13:33:00 +08:00

Add TraceEvent to see whether RateKeeper is too busy to get SS list, or fails to get SS list.

This commit is contained in:
RenxuanW 2021-04-14 11:05:21 -07:00
parent f02c3523d6
commit 08c82050ac

@ -764,6 +764,7 @@ ACTOR Future<Void> monitorServerListChange(
tr = Transaction(self->db);
wait(delay(SERVER_KNOBS->SERVER_LIST_DELAY));
} catch (Error& e) {
TraceEvent("RatekeeperGetSSListError", self->id).error(e);
wait(tr.onError(e));
}
}