You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2020/08/28 06:20:42 UTC

[hbase] branch branch-1 updated (8f946be -> 31e47af)

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

vjasani pushed a change to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 8f946be  HBASE-14847 Add FIFO compaction section to HBase book
     add 31e47af  HBASE-24898 Use EnvironmentEdge.currentTime() instead of System.currentTimeMillis() in CurrentHourProvider

No new revisions were added by this update.

Summary of changes:
 .../compactions/CurrentHourProvider.java           | 12 ++-
 .../compactions/TestCurrentHourProvider.java       | 88 ++++++++++++++++++++++
 2 files changed, 96 insertions(+), 4 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/TestCurrentHourProvider.java