mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-20 21:43: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:
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));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user