Jackie-Jiang opened a new pull request #7675: URL: https://github.com/apache/pinot/pull/7675
When reloading all segments for a table, currently one bad segment can fail the reload, and leave the rest of the segments not reloaded. This PR fixes that by logging the error, caching the exception, and continue reloading the other segments. In the end, the method throws an exception with the failed segments and the cached exception. -- 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]
