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

[hbase] branch HBASE-11288.splittable-meta updated (a232d11 -> db19115)

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

zhangduo pushed a change to branch HBASE-11288.splittable-meta
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    omit a232d11  HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO (#1877)
    omit a7009ee  HBASE-24389 Introduce new master rpc methods to locate meta region through root region (#1774)
    omit f4a1f4e  HBASE-24388 Store the locations of meta regions in master local store (#1746)
     add f0bc331  HBASE-24712 : Remove flakes from TestMasterNoCluster#testStopDuringStart (#2045)
     add 6c9534c  HBASE-24711 Previous RC Release notes are not removed (#2046)
     add b2321b3  HBASE-24586 Add table level locality in table.jsp
     add 724f047  HBASE-24404 Support flush a single column family of region (#2032)
     add af1cc2f  HBASE-23744 - FastPathBalancedQueueRpcExecutor should enforce queue length of 0
     add 3bd5421  HBASE-24664 Some changing of split region by overall region size rath… (#2011)
     add d132c4b  HBASE-24693 regioninfo#isLast() should point to EMPTY_END_ROW (readability improvement)
     add 70cfe25  HBASE-24721: rename_rsgroup overwriting the existing rsgroup
     add 3e709c6  HBASE-24720: Meta replicas not cleaned when disabled (#2057)
     add 927df47  HBASE-24487 Add 2.3 Documentation to the website (#2060)
     add ee226de6 HBASE-24566 Add 2.3.0 to the downloads page (#2061)
     add 37a2994  HBASE-24615 MutableRangeHistogram#updateSnapshotRangeMetrics doesn't calculate the distribution for last bucket
     add 1360bee  HBASE-24705 MetaFixer#fixHoles() does not include the case for read replicas (i.e, replica regions are not created) (#2062)
     add 2505c77  HBASE-24581 Skip compaction request/check for replica regions at the early stage. (#1986)
     add a693cdb  HBASE-24388 Store the locations of meta regions in master local store (#1746)
     add 2d61035  HBASE-24389 Introduce new master rpc methods to locate meta region through root region (#1774)
     add db19115  HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO (#1877)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a232d11)
            \
             N -- N -- N   refs/heads/HBASE-11288.splittable-meta (db19115)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 dev-support/create-release/release-util.sh         |  2 +-
 .../org/apache/hadoop/hbase/RegionMetrics.java     | 16 ++++
 .../apache/hadoop/hbase/RegionMetricsBuilder.java  | 58 +++++++++++++-
 .../java/org/apache/hadoop/hbase/client/Admin.java |  9 +++
 .../hadoop/hbase/client/AdminOverAsyncAdmin.java   |  5 ++
 .../org/apache/hadoop/hbase/client/AsyncAdmin.java |  8 ++
 .../hadoop/hbase/client/AsyncHBaseAdmin.java       |  5 ++
 .../hadoop/hbase/client/RawAsyncHBaseAdmin.java    | 39 ++++++----
 .../org/apache/hadoop/hbase/client/RegionInfo.java |  2 +-
 .../hadoop/hbase/client/RegionReplicaUtil.java     |  5 +-
 .../hbase/shaded/protobuf/RequestConverter.java    |  8 +-
 .../java/org/apache/hadoop/hbase/HConstants.java   |  9 ++-
 hbase-common/src/main/resources/hbase-default.xml  |  5 ++
 .../hadoop/metrics2/lib/MutableRangeHistogram.java |  4 +-
 .../metrics2/lib/TestMutableRangeHistogram.java    | 90 ++++++++++++++++++++++
 .../src/main/protobuf/server/ClusterStatus.proto   |  9 +++
 .../src/main/protobuf/server/region/Admin.proto    |  1 +
 .../hadoop/hbase/HDFSBlocksDistribution.java       | 40 ++++++++--
 .../hbase/client/AsyncClusterConnectionImpl.java   |  2 +-
 .../ipc/FastPathBalancedQueueRpcExecutor.java      |  5 ++
 .../hadoop/hbase/master/MasterMetaBootstrap.java   |  2 +-
 .../org/apache/hadoop/hbase/master/MetaFixer.java  | 32 ++++++--
 .../apache/hadoop/hbase/master/ServerManager.java  |  6 +-
 .../master/procedure/CreateTableProcedure.java     |  2 +-
 .../master/procedure/EnableTableProcedure.java     |  2 +-
 .../ConstantSizeRegionSplitPolicy.java             | 55 +++++++++----
 .../hadoop/hbase/regionserver/HRegionServer.java   | 19 ++++-
 .../IncreasingToUpperBoundRegionSplitPolicy.java   | 29 ++-----
 .../hadoop/hbase/regionserver/RSRpcServices.java   | 11 ++-
 .../hbase/regionserver/RegionSplitPolicy.java      |  2 +-
 .../hbase/rsgroup/RSGroupInfoManagerImpl.java      |  6 +-
 .../main/resources/hbase-webapps/master/table.jsp  | 19 ++++-
 .../apache/hadoop/hbase/HBaseTestingUtility.java   | 13 ++++
 .../hadoop/hbase/client/TestFlushFromClient.java   | 35 ++++++++-
 .../hbase/client/TestMetaWithReplicasBasic.java    | 25 +++++-
 .../hadoop/hbase/ipc/TestSimpleRpcScheduler.java   | 26 +++++++
 .../hadoop/hbase/master/TestMasterNoCluster.java   | 20 ++++-
 .../apache/hadoop/hbase/master/TestMetaFixer.java  | 37 ++++++---
 .../hbase/master/TestRegionsRecoveryChore.java     | 15 ++++
 .../master/assignment/TestRegionReplicaSplit.java  | 14 +++-
 .../hbase/regionserver/TestRegionSplitPolicy.java  | 38 +++++++++
 .../hadoop/hbase/rsgroup/TestRSGroupsAdmin1.java   | 52 +++++++++++++
 .../hbase/rsgroup/VerifyingRSGroupAdmin.java       |  4 +
 hbase-shell/src/main/ruby/hbase/admin.rb           | 10 ++-
 hbase-shell/src/main/ruby/shell/commands/flush.rb  |  7 +-
 .../hadoop/hbase/thrift2/client/ThriftAdmin.java   |  5 ++
 src/main/asciidoc/_chapters/hbase-default.adoc     | 11 +++
 src/site/site.xml                                  |  8 ++
 src/site/xdoc/downloads.xml                        | 23 ++++++
 49 files changed, 731 insertions(+), 119 deletions(-)
 create mode 100644 hbase-hadoop-compat/src/test/java/org/apache/hadoop/metrics2/lib/TestMutableRangeHistogram.java