Jackie-Jiang commented on code in PR #11183: URL: https://github.com/apache/pinot/pull/11183#discussion_r1281409133
########## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/ServerReloadControllerJobStatusResponse.java: ########## @@ -20,15 +20,25 @@ import java.util.Map; + public class ServerReloadControllerJobStatusResponse { private double _timeElapsedInMinutes; private double _estimatedTimeRemainingInMinutes; private int _totalSegmentCount; + private int _totalCount; Review Comment: Since the target is table, which is always single, I don't think this response should be reused. If we want to reuse this, then we need to track the segments already loaded in the new table data manager -- 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