From f50a3f08ded0b0ebf6f45ef58f32f6afdadd7091 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Fri, 24 Sep 2021 19:57:24 +0000 Subject: [PATCH] Fix format problem for file fdbserver/DataDistribution.actor.cpp. Description Testing --- fdbserver/DataDistribution.actor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fdbserver/DataDistribution.actor.cpp b/fdbserver/DataDistribution.actor.cpp index 0cba09c7e9..f5e135c152 100644 --- a/fdbserver/DataDistribution.actor.cpp +++ b/fdbserver/DataDistribution.actor.cpp @@ -5716,9 +5716,9 @@ ACTOR Future 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); }