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:39:06 UTC

[GitHub] [doris] Gabriel39 opened a new issue, #13164: [Bug] BE crash with when JVM exists

Gabriel39 opened a new issue, #13164:
URL: https://github.com/apache/doris/issues/13164

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   master
   
   ### What's Wrong?
   
   ![img_v2_3f1c7f6b-aa69-4326-9046-3eeb6422461g](https://user-images.githubusercontent.com/37700562/194690854-8c7266b9-6b3c-4ed6-a6ae-bb977aee8af0.png)
   
   
   ### What You Expected?
   
   works well
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.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


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

Posted by GitBox <gi...@apache.org>.
Gabriel39 closed issue #13164: [Bug] BE crash with when JVM exists
URL: https://github.com/apache/doris/issues/13164


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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