more logging

This commit is contained in:
Evan Tschannen 2021-03-18 16:03:53 -07:00
parent 1a032f07dd
commit 150751de38
1 changed files with 4 additions and 1 deletions

View File

@ -1960,7 +1960,10 @@ ACTOR Future<Void> doQueueCommit(TLogData* self,
logData->recoveryComplete.send(Void());
}
//TraceEvent("TLogCommitDurable", self->dbgid).detail("Version", ver);
if(ver > 327594994) {
TraceEvent("TLogCommitDurable2", self->dbgid).detail("Version", ver);
}
if (logData->logSystem->get() &&
(!logData->isPrimary || logData->logRouterPoppedVersion < logData->logRouterPopToVersion)) {
logData->logRouterPoppedVersion = ver;