Jackie-Jiang commented on a change in pull request #4170: Make realtime server 
upload timeout configurable
URL: https://github.com/apache/incubator-pinot/pull/4170#discussion_r279090676
 
 

 ##########
 File path: 
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/LLCSegmentCompletionHandlers.java
 ##########
 @@ -413,7 +413,7 @@ public String 
segmentCommitEndWithMetadata(@QueryParam(SegmentCompletionProtocol
         .segmentCommitEnd(requestParams, isSuccess, isSplitCommit,
             
CommittingSegmentDescriptor.fromSegmentCompletionReqParamsAndMetadata(requestParams,
 segmentMetadata));
     final String responseStr = response.toJsonString();
-    LOGGER.info("Response to segmentCommitEnd:{}", responseStr);
+    LOGGER.info("Response to segmentCommitEnd for segment {} is:{}", 
segmentName, responseStr);
 
 Review comment:
   "Response to segmentCommitEndWithMetadata for segment: '{}' is: {}"
   (Make it different from segmentCommitEnd)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to