You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/08 05:44:03 UTC

[GitHub] [doris] Gabriel39 commented on issue #13164: [Bug] BE crash with when JVM exists

Gabriel39 commented on issue #13164:
URL: https://github.com/apache/doris/issues/13164#issuecomment-1272234794

   When we send signal 15 to Doris BE, JVM will exist and do some clean-up jobs. According to my analysis, I think this signal processing by JVM will overwrite Doris's one. So I just move JNI initialization front of BE daemon initialization.
   
   This issue may be fixed by #13165 but I'm not sure for this. So please let me know if this PR doesn't work.


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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