You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ra...@apache.org on 2022/10/03 05:46:29 UTC

[hbase] branch master updated (23a56331dbe -> 14b3899a2ef)

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

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


    from 23a56331dbe HBASE-27391 Downgrade ERROR log to DEBUG in ConnectionUtils.updateStats (#4804)
     add 14b3899a2ef HBASE-27365 Minimise block addition failures due to no space in bucket cache writers queue by introducing wait time (#4805)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/io/hfile/BlockCache.java   | 13 ++++
 .../hadoop/hbase/io/hfile/CombinedBlockCache.java  |  8 ++-
 .../hadoop/hbase/io/hfile/HFileReaderImpl.java     |  6 +-
 .../hadoop/hbase/io/hfile/HFileWriterImpl.java     |  2 +-
 .../hadoop/hbase/io/hfile/bucket/BucketCache.java  | 29 +++++---
 .../hbase/io/hfile/bucket/TestBucketCache.java     | 77 +++++++++++++++++++---
 .../io/hfile/bucket/TestBucketCacheRefCnt.java     |  2 -
 .../io/hfile/bucket/TestPrefetchPersistence.java   |  2 -
 hbase-server/src/test/resources/hbase-site.xml     |  5 ++
 9 files changed, 118 insertions(+), 26 deletions(-)