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 f9e96bf HBASE-22729 Start RSGroupInfoManager as default (#555)
discard 7976846 HBASE-22819 Automatically migrate the rs group config for
table after HBASE-22695 (#498)
discard b9b30de HBASE-22820 Do not need to persist default rs group now (#482)
discard 35f041d HBASE-22809 Allow creating table in group when rs group
contains no live servers (#464)
discard 654d0a1 HBASE-22695 Store the rsgroup of a table in table
configuration (#426)
discard b9eeaf7 HBASE-22676 Move all the code in hbase-rsgroup to
hbase-server and remove hbase-rsgroup module (#399)
discard 373bf8a HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
discard 7b6625c HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
add d8e5c87 HBASE-22964 Fix flaky TestClusterRestartFailover and
TestClusterRestartFailoverSplitWithoutZk (#574)
add 693f201 HBASE-22963 Netty ByteBuf leak in rpc client implementation
(#577)
add cb976b0 HBASE-22989 : null check for item2RegionMap while removing
LoadQueueItem (#596)
add 7648855 HBASE-11062 hbtop (addendum - fix error-prone errors)
new c67bc58 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
new 72f1e9d HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
new 364ad1a HBASE-22676 Move all the code in hbase-rsgroup to
hbase-server and remove hbase-rsgroup module (#399)
new d50dc29 HBASE-22695 Store the rsgroup of a table in table
configuration (#426)
new cb58bfb HBASE-22809 Allow creating table in group when rs group
contains no live servers (#464)
new 86ddedf HBASE-22820 Do not need to persist default rs group now (#482)
new 979a70c HBASE-22819 Automatically migrate the rs group config for
table after HBASE-22695 (#498)
new 1686157 HBASE-22729 Start RSGroupInfoManager as default (#555)
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 (f9e96bf)
\
N -- N -- N refs/heads/HBASE-22514 (1686157)
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 8 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:
.../apache/hadoop/hbase/ipc/AbstractRpcClient.java | 1 +
.../java/org/apache/hadoop/hbase/hbtop/HBTop.java | 2 +-
.../hbase/hbtop/mode/RegionServerModeStrategy.java | 1 -
.../hadoop/hbase/hbtop/mode/TableModeStrategy.java | 1 -
.../hbase/hbtop/screen/field/FieldScreenView.java | 8 ++
.../hbase/hbtop/screen/mode/ModeScreenView.java | 8 ++
.../screen/top/FilterDisplayModeScreenView.java | 5 +-
.../hbase/hbtop/screen/top/TopScreenView.java | 6 +
.../hbtop/terminal/impl/KeyPressGenerator.java | 10 +-
.../hadoop/hbase/tool/BulkLoadHFilesTool.java | 6 +-
.../apache/hadoop/hbase/HBaseTestingUtility.java | 11 +-
.../apache/hadoop/hbase/client/TestConnection.java | 35 ++++-
.../hbase/master/TestClusterRestartFailover.java | 157 +++++++++++++++------
.../tool/TestBulkLoadHFilesSplitRecovery.java | 49 +++++++
pom.xml | 2 +
15 files changed, 241 insertions(+), 61 deletions(-)