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_r279090433
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/LLCSegmentCompletionHandlers.java
##########
@@ -362,7 +362,7 @@ public String
segmentUpload(@QueryParam(SegmentCompletionProtocol.PARAM_INSTANCE
String response = new
SegmentCompletionProtocol.Response(responseParams).toJsonString();
- LOGGER.info("Response to segmentUpload:{}", response);
+ LOGGER.info("Response to segmentUpload for segment {} is:{}",
segmentName, response);
Review comment:
"Response to segmentUpload 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]