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 2020/01/31 06:09:37 UTC

[hbase] branch master updated (85b0c8e -> 77229c7)

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

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


    from 85b0c8e  HBASE-23763 Add 'new on release line report' for git/jira audit tool (#1104)
     add 77229c7  HBASE-23350 Make compaction files cacheonWrite configurable based on threshold

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/io/hfile/CacheConfig.java  | 38 ++++++++++-
 .../apache/hadoop/hbase/regionserver/HStore.java   | 26 ++++++--
 .../hbase/regionserver/compactions/Compactor.java  | 11 +++-
 .../hadoop/hbase/client/TestFromClientSide.java    |  8 ++-
 .../hadoop/hbase/io/hfile/TestCacheOnWrite.java    | 75 +++++++++++++++++++---
 .../compactions/TestDateTieredCompactor.java       |  2 +
 .../compactions/TestStripeCompactionPolicy.java    |  3 +
 .../compactions/TestStripeCompactor.java           |  2 +
 8 files changed, 143 insertions(+), 22 deletions(-)