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/31 14:21:26 UTC

[hbase] branch branch-2 updated (ad17705 -> 859bf3e)

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 ad17705  HBASE-24760 Add a config hbase.rsgroup.fallback.enable for RSGroup fallback feature (#2325)
     add 859bf3e  HBASE-24968 : Move META_COMPARATOR to subclass MetaCellComparator (#2332)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/client/TestClientNoCluster.java   |   3 +-
 .../apache/hadoop/hbase/CellComparatorImpl.java    | 126 +----------------
 .../java/org/apache/hadoop/hbase/KeyValue.java     |   9 +-
 .../apache/hadoop/hbase/MetaCellComparator.java    | 150 +++++++++++++++++++++
 .../apache/hadoop/hbase/TestCellComparator.java    |   6 +-
 .../java/org/apache/hadoop/hbase/TestKeyValue.java |  16 +--
 .../hadoop/hbase/io/hfile/FixedFileTrailer.java    |   9 +-
 .../hadoop/hbase/io/hfile/HFileWriterImpl.java     |   2 +-
 .../apache/hadoop/hbase/regionserver/HRegion.java  |   5 +-
 .../wal/BoundedRecoveredHFilesOutputSink.java      |   5 +-
 .../org/apache/hadoop/hbase/MetaMockingUtil.java   |   2 +-
 .../hbase/io/hfile/TestFixedFileTrailer.java       |  17 +--
 .../apache/hadoop/hbase/io/hfile/TestHFile.java    |   5 +-
 13 files changed, 194 insertions(+), 161 deletions(-)
 create mode 100644 hbase-common/src/main/java/org/apache/hadoop/hbase/MetaCellComparator.java