praveenc7 commented on code in PR #15350: URL: https://github.com/apache/pinot/pull/15350#discussion_r2064913306
########## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ########## @@ -559,7 +559,9 @@ public ServerReloadControllerJobStatusResponse getReloadJobStatus( + controllerJobZKMetadata.get(CommonConstants.ControllerJob.SUBMISSION_TIME_MS); if (segmentNames != null) { List<String> targetSegments = serverToSegments.get(server); - reloadTaskStatusEndpoint = reloadTaskStatusEndpoint + "&segmentName=" + StringUtils.join(targetSegments, + List<String> encodedTargetSegments = Review Comment: Found when adding a integ-test, which involved checking the reloadStatus of a segment. if the segment has special character like %, we didn't seem to encode it when sending the request resulting the request to be dropped -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org