diff --git a/fdbserver/Ratekeeper.actor.cpp b/fdbserver/Ratekeeper.actor.cpp index d07caf06b7..c667cdc1b1 100644 --- a/fdbserver/Ratekeeper.actor.cpp +++ b/fdbserver/Ratekeeper.actor.cpp @@ -764,6 +764,7 @@ ACTOR Future 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)); } }