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

[hbase] branch master updated (5cacece7908 -> de1c2fc7ed6)

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

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


    from 5cacece7908 HBASE-27159 Emit source metrics for BlockCacheExpressHitPercent (#4830)
     add de1c2fc7ed6 HBASE-27433 DefaultMobStoreCompactor should delete MobStoreFile cleanly when compaction is failed (#4834)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/mob/DefaultMobStoreCompactor.java |  48 +++-
 .../hbase/mob/TestMobCompactionWithException.java  | 254 +++++++++++++++++++++
 2 files changed, 294 insertions(+), 8 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobCompactionWithException.java