You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/12/18 04:28:57 UTC

[hbase] branch branch-2 updated (29e3743 -> 2d5d5b2)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 29e3743  HBASE-26601 maven-gpg-plugin failing with "Inappropriate ioctl for device"
     add 471e398  HBASE-26340 TableSplit returns false size under 1MB (#3872)
     add 2d5d5b2  HBASE-26488 Memory leak when MemStore retry flushing (#3899)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/regionserver/HRegionServer.java   |   6 +-
 .../apache/hadoop/hbase/regionserver/HStore.java   |   5 -
 .../hbase/regionserver/ImmutableSegment.java       |   4 +
 .../hbase/regionserver/MemStoreSnapshot.java       |  42 ++++---
 .../hadoop/hbase/regionserver/TestHStore.java      | 132 +++++++++++++++++++--
 5 files changed, 153 insertions(+), 36 deletions(-)