Yi Deng created HBASE-10647:
-------------------------------
Summary: Fix the bug of not decrease from size in
updateColumnValue when removing the old puts.
Key: HBASE-10647
URL: https://issues.apache.org/jira/browse/HBASE-10647
Project: HBase
Issue Type: Bug
Components: regionserver
Affects Versions: 0.89-fb
Reporter: Yi Deng
Fix For: 0.89-fb
In MemStore.updateColumnValue, when removing old values, size is not decreased,
but local variable addedSize is decreased, so size is greater than real value.
This leads to the problem of negative value for HRegion.memstoreSize.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)