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 2022/07/07 02:47:50 UTC

[GitHub] [hbase] mymeiyi commented on pull request #4206: HBASE-26827 RegionServer JVM crash when compact mob table

mymeiyi commented on PR #4206:
URL: https://github.com/apache/hbase/pull/4206#issuecomment-1176983848

   > So here we can only release all the cells at onceafter shipping them all? Will it cause OOM?
   
   Sorry for so late to reply. This problem is also disscussed in https://github.com/apache/hbase/pull/3318#issuecomment-853523470. 
   > the block release may be delayed. There is a configuration named "hbase.hstore.compaction.kv.max" and default value is 10 to limit scan cell count in compaction. But if a cell size is huge, we can not avoid the delay.
   Now this is the most simple way to fix it. We may need to find a better way if we want to release timely.


-- 
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: issues-unsubscribe@hbase.apache.org

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