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/17 14:16:02 UTC

[hbase] branch master updated (c60adfd -> 4614c7b)

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 c60adfd  HBASE-26282 Update downloads.xml for release 2.4.6
     add 4614c7b  HBASE-26281 DBB got from BucketCache would be freed unexpectedly before RPC completed (#3680)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/io/hfile/bucket/BucketCache.java  | 373 +++++++++-------
 .../hadoop/hbase/io/hfile/bucket/BucketEntry.java  |  26 +-
 .../TestAvoidCellReferencesIntoShippedBlocks.java  |  25 +-
 .../hbase/io/hfile/bucket/TestBucketCache.java     |  30 +-
 .../io/hfile/bucket/TestBucketCacheRefCnt.java     | 491 ++++++++++++++++++++-
 .../io/hfile/bucket/TestBucketWriterThread.java    |   7 +-
 .../io/hfile/bucket/TestByteBufferIOEngine.java    |   3 +-
 .../hadoop/hbase/io/hfile/bucket/TestRAMCache.java |   2 +-
 8 files changed, 759 insertions(+), 198 deletions(-)