Jackie-Jiang opened a new pull request #6647: URL: https://github.com/apache/incubator-pinot/pull/6647
## Description For LLC real-time table, when the server failed to load a local segment (e.g. segment is collapsed or default column got removed), try to download a new copy from the controller. This is the same behavior as the offline table. There is no easy way to add a test for this. Manually tested with the following steps: - Start a LLC table and consume some records - Manually break the segment file - Disable then re-enable the table to trigger the segment load - Observe a new segment downloaded from the controller and replaces the collapsed local 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
