mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-16 02:42:23 +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"
|
? "TotalDataInFlight"
|
||||||
: "TotalDataInFlightRemote"); // This trace event's trackLatest lifetime is controlled by
|
: "TotalDataInFlightRemote"); // This trace event's trackLatest lifetime is controlled by
|
||||||
// DataDistributorData::totalDataInFlightEventHolder or
|
// DataDistributorData::totalDataInFlightEventHolder or
|
||||||
// DataDistributorData::totalDataInFlightRemoteEventHolder. The
|
// DataDistributorData::totalDataInFlightRemoteEventHolder.
|
||||||
// track latest key we use here must match the key used in the
|
// The track latest key we use here must match the key used in
|
||||||
// holder.
|
// the holder.
|
||||||
|
|
||||||
loggingTrigger = delay(SERVER_KNOBS->DATA_DISTRIBUTION_LOGGING_INTERVAL, TaskPriority::FlushTrace);
|
loggingTrigger = delay(SERVER_KNOBS->DATA_DISTRIBUTION_LOGGING_INTERVAL, TaskPriority::FlushTrace);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user