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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to