xiangfu0 opened a new pull request, #15672: URL: https://github.com/apache/pinot/pull/15672
Currently, if the preprocessing failed to create index for a segment, it will put the segment into ERROR state. This behavior seems to be good, but in reality, it will fail a server restart due to the segment ERROR and the only way to fix this is to revert the index configs or skipPreprocess for the table. All in all it's a lot of operational burden and nervous. This change makes the preprocess index handler just log error and move forward, so the users could come back and decide if they want to fix this and how to fix it. -- 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]
