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_r279090388
 
 

 ##########
 File path: 
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/LLCSegmentCompletionHandlers.java
 ##########
 @@ -236,7 +236,7 @@ public String 
segmentCommitEnd(@QueryParam(SegmentCompletionProtocol.PARAM_INSTA
     SegmentCompletionProtocol.Response response = _segmentCompletionManager
         .segmentCommitEnd(requestParams, isSuccess, isSplitCommit, 
committingSegmentDescriptor);
     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 segmentCommitEnd for segment: '{}' is: {}"

----------------------------------------------------------------
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