Fix format problem for file fdbserver/DataDistribution.actor.cpp.

Description

Testing
This commit is contained in:
Chang Liu 2021-09-24 19:57:24 +00:00 committed by A.J. Beamon
parent 8761960cdc
commit f50a3f08de

View File

@ -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);
} }