klsince opened a new issue #7321: URL: https://github.com/apache/pinot/issues/7321
Add an option to force to download segment when reloading segment, replacing the existing segment on Pinot server, effectively resetting all existing disk states for that segment. This option should work for immutable segments from both Offline and Realtime tables. One side effect is to clean up obsolete indices, but please note that this is not the most efficient way to clean up indices. This issue https://github.com/apache/pinot/issues/7320 is implementing a more efficient way for such purpose. As background, currently, segment is downloaded when local segment's crc becomes different from the segment's crc set in Zookeeper, which usually happens when uploading a new segment. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
