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 e80c702 HBASE-22987 Calculate the region servers in default group in
foreground (#599)
discard eaef4af HBASE-22729 Start RSGroupInfoManager as default (#555)
discard 5d652cc HBASE-22819 Automatically migrate the rs group config for
table after HBASE-22695 (#498)
discard 0782608 HBASE-22820 Do not need to persist default rs group now (#482)
discard e3b402f HBASE-22809 Allow creating table in group when rs group
contains no live servers (#464)
discard da0768a HBASE-22695 Store the rsgroup of a table in table
configuration (#426)
discard a3b90fa HBASE-22676 Move all the code in hbase-rsgroup to
hbase-server and remove hbase-rsgroup module (#399)
discard 648913e HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
discard d6cca69 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
add 7da61ff HBASE-22804 Provide an API to get list of successful regions
and total expected regions in Canary
add 1ae6ccc HBASE-23028 Add 2.2.1 to download page (#629)
new 44fa7f1 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
new fc4340b HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
new ee23c8b HBASE-22676 Move all the code in hbase-rsgroup to
hbase-server and remove hbase-rsgroup module (#399)
new a2827bc HBASE-22695 Store the rsgroup of a table in table
configuration (#426)
new ec55c1f HBASE-22809 Allow creating table in group when rs group
contains no live servers (#464)
new ef0c655 HBASE-22820 Do not need to persist default rs group now (#482)
new a1930d5 HBASE-22819 Automatically migrate the rs group config for
table after HBASE-22695 (#498)
new 451c96f HBASE-22729 Start RSGroupInfoManager as default (#555)
new 9300631 HBASE-22987 Calculate the region servers in default group in
foreground (#599)
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 (e80c702)
\
N -- N -- N refs/heads/HBASE-22514 (9300631)
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 9 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:
.../java/org/apache/hadoop/hbase/tool/Canary.java | 139 ++++++++++++++++++++-
.../apache/hadoop/hbase/tool/TestCanaryTool.java | 53 ++++++++
src/site/xdoc/downloads.xml | 16 +--
3 files changed, 199 insertions(+), 9 deletions(-)