You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/12/29 08:44:01 UTC

[GitHub] [hbase] Apache9 commented on pull request #2824: HBASE-25447 remoteProc is suspended due to OOM ERROR

Apache9 commented on pull request #2824:
URL: https://github.com/apache/hbase/pull/2824#issuecomment-751997962


   In general, if there is an OOME, we can not assume that our handler can still be executed correctly, as we do not know where is the OOME thrown out, it may break the assumptions in our code and cause unexpected behavior.
   
   IIRC, we have '-XX:OnOutOfMemoryError="kill -9 %p"' in our command line when start daemons? It does not work in your deployment?
   
   Thanks.


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