You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/04 22:49:26 UTC

[GitHub] [incubator-druid] himanshug commented on issue #8458: Exit JVM on curator unhandled errors

himanshug commented on issue #8458: Exit JVM on curator unhandled errors
URL: https://github.com/apache/incubator-druid/pull/8458#issuecomment-528122181
 
 
   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.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org