Jackie-Jiang commented on issue #16565: URL: https://github.com/apache/pinot/issues/16565#issuecomment-3185041884
I see. On this [line](https://github.com/apache/pinot/blob/master/pinot-common/src/main/java/org/apache/pinot/common/utils/ServiceStatus.java#L480) we log an error when segment goes into error state, but allow it to proceed because segment won't auto recover. We can consider adding a config to do status check in **strict** mode, so that server fails to start when encountering segment load error. -- 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]
