mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 02:18:39 +08:00
Fix format problem for file fdbserver/DataDistribution.actor.cpp.
Description Testing
This commit is contained in:
parent
8761960cdc
commit
f50a3f08de
@ -5716,9 +5716,9 @@ ACTOR Future<Void> dataDistributionTeamCollection(
|
||||
? "TotalDataInFlight"
|
||||
: "TotalDataInFlightRemote"); // This trace event's trackLatest lifetime is controlled by
|
||||
// DataDistributorData::totalDataInFlightEventHolder or
|
||||
// DataDistributorData::totalDataInFlightRemoteEventHolder. The
|
||||
// track latest key we use here must match the key used in the
|
||||
// holder.
|
||||
// DataDistributorData::totalDataInFlightRemoteEventHolder.
|
||||
// The track latest key we use here must match the key used in
|
||||
// the holder.
|
||||
|
||||
loggingTrigger = delay(SERVER_KNOBS->DATA_DISTRIBUTION_LOGGING_INTERVAL, TaskPriority::FlushTrace);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user