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_r279090312
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/LLCSegmentCompletionHandlers.java
##########
@@ -188,7 +188,7 @@ public String
segmentCommitStart(@QueryParam(SegmentCompletionProtocol.PARAM_INS
SegmentCompletionProtocol.Response response =
_segmentCompletionManager.segmentCommitStart(requestParams);
final String responseStr = response.toJsonString();
- LOGGER.info("Response to segmentCommitStart:{}", responseStr);
+ LOGGER.info("Response to segmentCommitStart for segment {} is :{}",
segmentName, responseStr);
Review comment:
"Response to segmentCommitStart 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]