Add log system debug ID to trace event

This commit is contained in:
Johannes M. Scheuermann
2024-11-12 14:32:24 +01:00
parent ca4ab1eca9
commit 786a220e35

View File

@@ -3209,7 +3209,7 @@ ACTOR Future<Reference<ILogSystem>> TagPartitionedLogSystem::newEpoch(
}
wait(waitForAll(satelliteInitializationReplies) || oldRouterRecruitment);
TraceEvent("PrimarySatelliteTLogInitializationComplete").log();
TraceEvent("PrimarySatelliteTLogInitializationComplete", logSystem->getDebugID()).log();
for (int i = 0; i < satelliteInitializationReplies.size(); i++) {
logSystem->tLogs[1]->logServers[i] = makeReference<AsyncVar<OptionalInterface<TLogInterface>>>(