deepthi912 opened a new pull request, #13789: URL: https://github.com/apache/pinot/pull/13789
Corresponding Issue: https://github.com/apache/pinot/issues/12117 This PR just adds a new API on the server which returns server id and boolean result(to check if any segments need to be reloaded for a given server). SegmentColumnMismatchResponse - This class can include segment names and other details in future to identify and get particular segments details that should be reloaded. Pending Items: 1) This API needs to be linked to collect the aggregate responses on controller to check if any reload is needed or not. 2) znode version can be stored in the segment metadata to check for the current znode version and last loaded segment's znode version. Should this be added in the same server api to compare the versions before comparing columns? -- 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