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/09/29 13:26:57 UTC

[hbase] branch master updated (1152a61 -> 121bdea)

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

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


    from 1152a61  HBASE-26220 Use P2P communicate between region servers to sync the list for bootstrap node (#3697)
     add 121bdea  HBASE-26295 BucketCache could not free BucketEntry which restored fro… (#3699)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/io/hfile/bucket/BucketCache.java  |  7 +--
 .../hadoop/hbase/io/hfile/bucket/BucketEntry.java  | 62 +++++++++++++---------
 .../hbase/io/hfile/bucket/BucketProtoUtils.java    | 11 +++-
 .../hbase/io/hfile/bucket/TestBucketCache.java     | 58 +++++++++++++++++++-
 .../io/hfile/bucket/TestByteBufferIOEngine.java    |  4 +-
 5 files changed, 111 insertions(+), 31 deletions(-)