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

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


    from c88520b  HBASE-22723 Have CatalogJanitor report holes and overlaps; 
i.e. problems it sees when doing its regular scan of hbase:meta
     new 967a409  Revert "HBASE-22751 table.jsp fails if ugly regions in table"
     new 2284ea9  Revert "HBASE-22723 Have CatalogJanitor report holes and 
overlaps; i.e. problems it sees when doing its regular scan of hbase:meta"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/hadoop/hbase/MetaTableAccessor.java |   6 +-
 .../org/apache/hadoop/hbase/client/RegionInfo.java |  53 --
 .../java/org/apache/hadoop/hbase/util/Bytes.java   |   2 +-
 .../apache/hadoop/hbase/master/CatalogJanitor.java | 618 ++++++---------------
 .../hadoop/hbase/master/MasterRpcServices.java     |   3 +-
 .../main/resources/hbase-webapps/master/table.jsp  |   3 +-
 .../hadoop/hbase/master/TestCatalogJanitor.java    |  18 +-
 .../hbase/master/TestCatalogJanitorCluster.java    | 154 -----
 .../hadoop/hbase/regionserver/TestHRegionInfo.java |  73 +--
 hbase-shell/src/main/ruby/hbase/table.rb           |   2 +-
 10 files changed, 179 insertions(+), 753 deletions(-)
 delete mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitorCluster.java

Reply via email to