chenboat commented on a change in pull request #3877: Pinot controller side
change to enhance LLC segment metadata upload.
URL: https://github.com/apache/incubator-pinot/pull/3877#discussion_r261771477
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/LLCSegmentCompletionHandlers.java
##########
@@ -204,8 +204,8 @@ public String
segmentCommitEnd(@QueryParam(SegmentCompletionProtocol.PARAM_INSTA
return SegmentCompletionProtocol.RESP_FAILED.toJsonString();
}
- SegmentMetadataImpl segmentMetadata =
extractMetadataFromLocalSegmentFile(segmentName,
- ControllerConf.getUriFromPath(segmentLocation).getPath());
+ SegmentMetadataImpl segmentMetadata =
extractMetadataFromSegmentFile(segmentName,
+ ControllerConf.getUriFromPath(segmentLocation));
Review comment:
@mcvsubbu My [latest commit
](https://github.com/apache/incubator-pinot/pull/3877/commits/abba120a37dd8c06fb76bcf885a7e7ee45b7f27b)
already passed in
new URI(segmentLocation) as suggested. Please take a look.
----------------------------------------------------------------
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]