This is an automated email from the ASF dual-hosted git repository.
wchevreuil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from 91ac8abe5d4 HBASE-28064:Implement truncate_region command (#5462)
add 41057bbf357 HBASE-28170 Put the cached time at the beginning of the
block; run cache validation in the background when retrieving the persistent
cache (#5471)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hbase/io/hfile/HFilePreadReader.java | 39 +++----
.../hadoop/hbase/io/hfile/bucket/BucketCache.java | 100 +++++++++++-----
.../io/hfile/bucket/BucketCachePersister.java | 41 +++++--
.../hadoop/hbase/io/hfile/bucket/FileIOEngine.java | 16 ++-
.../io/hfile/TestPrefetchWithBucketCache.java | 2 +-
.../bucket/TestRecoveryPersistentBucketCache.java | 126 +++++++++++++++++++++
.../io/hfile/bucket/TestVerifyBucketCacheFile.java | 12 +-
7 files changed, 266 insertions(+), 70 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestRecoveryPersistentBucketCache.java