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 2021/02/13 14:41:47 UTC

[hbase] branch branch-2 updated (a61f108 -> 2d5a5db)

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

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


    from a61f108  HBASE-25364 Redo the getMidPoint() in HFileWriterImpl to get rid of the double comparison process (#2741)
     add 2d5a5db  HBASE-23887 AdaptiveLRU cache (#2934)

No new revisions were added by this update.

Summary of changes:
 dev-support/spotbugs-exclude.xml                   |   5 +
 .../hadoop/hbase/io/hfile/BlockCacheFactory.java   |   2 +
 ...uBlockCache.java => LruAdaptiveBlockCache.java} | 548 ++++++++++++++-------
 ...ckCache.java => TestLruAdaptiveBlockCache.java} | 505 ++++++++++++-------
 4 files changed, 706 insertions(+), 354 deletions(-)
 copy hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/{LruBlockCache.java => LruAdaptiveBlockCache.java} (60%)
 copy hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/{TestLruBlockCache.java => TestLruAdaptiveBlockCache.java} (78%)