Update fdbserver/ClusterController.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
This commit is contained in:
parent
7f0a09d1e2
commit
0afb63c13f
|
@ -3958,7 +3958,7 @@ ACTOR Future<Void> timeKeeper(ClusterControllerData* self) {
|
|||
int64_t currentTime = (int64_t)now();
|
||||
versionMap.set(tr, currentTime, v);
|
||||
if (!g_network->isSimulated()) {
|
||||
TraceEvent("TimeKeeperCommit", debugID).detail("Version", v).log();
|
||||
TraceEvent("TimeKeeperCommit", debugID).detail("Version", v);
|
||||
}
|
||||
int64_t ttl = currentTime - SERVER_KNOBS->TIME_KEEPER_DELAY * SERVER_KNOBS->TIME_KEEPER_MAX_ENTRIES;
|
||||
if (ttl > 0) {
|
||||
|
|
Loading…
Reference in New Issue