This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-22514
in repository https://gitbox.apache.org/repos/asf/hbase.git.
discard 0cfb7ad HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
discard 70dbc4f HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
add 254dbd0 HBASE-22527 [hbck2] Add a master web ui to show the
problematic regions (addendum)
add ed2d7e4 HBASE-22537 Split happened Replica region can not be deleted
after deleting table successfully and restarting RegionServer
add 48c623c HBASE-22673 Avoid to expose protobuf stuff in Hbck interface
new b4fa849 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
new 2f884ed HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
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 (0cfb7ad)
\
N -- N -- N refs/heads/HBASE-22514 (2f884ed)
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 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/client/HBaseHbck.java | 18 +--
.../java/org/apache/hadoop/hbase/client/Hbck.java | 26 ++--
.../hbase/shaded/protobuf/RequestConverter.java | 16 +--
.../src/main/protobuf/Master.proto | 16 ---
.../tmpl/master/AssignmentManagerStatusTmpl.jamon | 9 +-
.../hadoop/hbase/master/MasterRpcServices.java | 157 ---------------------
.../org/apache/hadoop/hbase/client/TestHbck.java | 104 --------------
.../hbase/client/TestSplitOrMergeStatus.java | 74 +++++++++-
8 files changed, 94 insertions(+), 326 deletions(-)