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 404c5ff  HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO 
(#1877)
    omit dd3e61e  HBASE-24389 Introduce new master rpc methods to locate meta 
region through root region (#1774)
    omit 334e18e  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     add fe2ae80  HBASE-24671 Add excludefile and designatedfile options to 
graceful_stop.sh
     add 44691ce  HBASE-24578 [WAL] Add a parameter to config 
RingBufferEventHandler's SyncFuture count (#1923)
     add 287f298  HBASE-24546 CloneSnapshotProcedure unlimited retry (#1900)
     add a1d7e6e  HBASE-24685 : Removing MultiAction and FailureInfo (#2027)
     add 34e807a  HBASE-24650 Change the return types of the new CheckAndMutate 
methods introduced in HBASE-8458 (#1991)
     add 90f4ff7  HBASE-24688 AssignRegionHandler uses 
EventType.M_RS_CLOSE_META instead of EventType.M_RS_OPEN_META for meta region 
(#2029)
     add 1db8977  HBASE-21596 Delete for a specific cell version can bring back 
version… (#2009)
     add 7b92510  Revert "HBASE-21596 Delete for a specific cell version can 
bring back version… (#2009)"
     add 1d0e285  HBASE-24489 Rewrite TestClusterRestartFailover.test since 
namespace table is gone on on master (#2025)
     add 5de1dff  HBASE-24653 Show snapshot owner on Master WebUI (#2016)
     add 67dfbe0  HBASE-24663 Add procedure process time statistics UI (#2035)
     new f4a1f4e  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     new a7009ee  HBASE-24389 Introduce new master rpc methods to locate meta 
region through root region (#1774)
     new a232d11  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   (404c5ff)
            \
             N -- N -- N   refs/heads/HBASE-11288.splittable-meta (a232d11)

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.

The 3 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:
 bin/graceful_stop.sh                               |  26 +++-
 .../org/apache/hadoop/hbase/client/AsyncTable.java |   9 +-
 .../apache/hadoop/hbase/client/AsyncTableImpl.java |   5 +-
 .../client/{Row.java => CheckAndMutateResult.java} |  30 ++--
 .../apache/hadoop/hbase/client/FailureInfo.java    |  60 --------
 .../apache/hadoop/hbase/client/MultiAction.java    | 112 ---------------
 .../hadoop/hbase/client/RawAsyncTableImpl.java     |  53 +++----
 .../java/org/apache/hadoop/hbase/client/Table.java |  12 +-
 .../hadoop/hbase/client/TableOverAsyncTable.java   |   7 +-
 .../hbase/shaded/protobuf/ResponseConverter.java   |  75 +++++++---
 .../hadoop/hbase/metrics/impl/HistogramImpl.java   |   8 ++
 .../hadoop/hbase/rest/client/RemoteHTable.java     |   5 +-
 .../hbase/tmpl/master/MasterStatusTmpl.jamon       |   8 ++
 .../master/procedure/CloneSnapshotProcedure.java   |   5 +
 .../regionserver/handler/AssignRegionHandler.java  |   2 +-
 .../hadoop/hbase/regionserver/wal/FSHLog.java      |  31 +++--
 .../resources/hbase-webapps/master/procedures.jsp  |  64 +++++++++
 .../hbase-webapps/master/snapshotsStats.jsp        |  10 +-
 .../hadoop/hbase/client/DummyAsyncTable.java       |   5 +-
 .../apache/hadoop/hbase/client/TestAsyncTable.java | 154 ++++++++++-----------
 .../hadoop/hbase/client/TestAsyncTableBatch.java   |   4 +-
 .../hadoop/hbase/client/TestCheckAndMutate.java    | 129 ++++++++---------
 .../hadoop/hbase/client/TestFromClientSide3.java   |   4 +-
 .../hbase/master/TestClusterRestartFailover.java   |  13 +-
 .../hadoop/hbase/thrift2/client/ThriftTable.java   |   5 +-
 src/main/asciidoc/_chapters/ops_mgt.adoc           |  20 ++-
 26 files changed, 430 insertions(+), 426 deletions(-)
 copy hbase-client/src/main/java/org/apache/hadoop/hbase/client/{Row.java => 
CheckAndMutateResult.java} (63%)
 delete mode 100644 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/FailureInfo.java
 delete mode 100644 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MultiAction.java

Reply via email to