mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Add log system debug ID to trace event
This commit is contained in:
@@ -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>>>(
|
||||
|
||||
Reference in New Issue
Block a user