clintropolis commented on issue #8458: Exit JVM on curator unhandled errors URL: https://github.com/apache/incubator-druid/pull/8458#issuecomment-528127096 >before this patch, we were leaving the process up with stopped lifecycle which would be a kind of zombie state anyway. only case it is useful to leave the zombie process running would be for debugging it to potentially find the cause. I think error information is enough in this case. so, for me, just logging the error information and killing the process is ok. I would agree that just exiting from an unrecoverable state is probably best, maybe this shouldn't have been an option in the first place and just added as the default behavior.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
