rohangarg commented on code in PR #14089:
URL: https://github.com/apache/druid/pull/14089#discussion_r1168686220
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/PartialSegmentMergeTask.java:
##########
@@ -266,6 +271,7 @@ private Set<DataSegment> mergeAndPushSegments(
persistDir,
0
);
+ long mergeFinishTime = System.nanoTime();
Review Comment:
Added a message upon completion of merge stage + fixed the message to add
all interpolated values as per convention + removed objectMapper usage in the
log.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]