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.
omit dbd6635 HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
omit e217f21 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
add ae7ffcc HBASE-22661 list_regions command in hbase shell is broken
add cc38de1 HBASE-22643 : Delete region without archiving only if
regiondir is present
add 72e58a8 HBASE-21462 Add note for CopyTable section explaining it does
not perform a diff, but a full write from source to target
add 9d5e5ad HBASE-20368 Fix RIT stuck when a rsgroup has no online
servers but AM's pendingAssginQueue is cleared (#354)
add 54b514d HBASE-22700:incorrect timeout in recommended ZooKeeper
configuration
add 82ea04d HBASE-7191 HBCK - Add offline create/fix hbase.version and
hbase.id Signed-off-by: Peter Somogyi <[email protected]>
add 2afd5d0 HBASE-22685 Add to migration doc that meta should be healthy
before upgrade
add 2b7e33f HBASE-22704 Avoid NPE when access table.jsp and snapshot.jsp
but master not finish initialization (#389)
add f0cbdf8 HBASE-22527 [hbck2] Add a master web ui to show the
problematic regions
add e08ac5f HBASE-21426 TestEncryptionKeyRotation.testCFKeyRotation is
flaky (#375)
new 70dbc4f HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
new 0cfb7ad 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 (dbd6635)
\
N -- N -- N refs/heads/HBASE-22514 (0cfb7ad)
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:
hbase-common/src/main/resources/hbase-default.xml | 2 +-
.../hadoop/hbase/rsgroup/RSGroupAdminServer.java | 3 +-
.../hbase/rsgroup/RSGroupBasedLoadBalancer.java | 19 +--
.../hadoop/hbase/rsgroup/TestRSGroupsKillRS.java | 102 ++++++++++++++++-
.../tmpl/master/AssignmentManagerStatusTmpl.jamon | 100 ++++++++++++++--
.../apache/hadoop/hbase/backup/HFileArchiver.java | 4 +-
.../hbase/master/assignment/AssignmentManager.java | 58 +++++++++-
.../java/org/apache/hadoop/hbase/util/FSUtils.java | 20 ++--
.../resources/hbase-webapps/master/snapshot.jsp | 11 +-
.../main/resources/hbase-webapps/master/table.jsp | 4 +-
.../org/apache/hadoop/hbase/MiniHBaseCluster.java | 13 ++-
.../hadoop/hbase/backup/TestHFileArchiving.java | 44 +++++++
.../assignment/TestAMProblematicRegions.java | 127 +++++++++++++++++++++
.../regionserver/TestEncryptionKeyRotation.java | 53 ++-------
.../org/apache/hadoop/hbase/util/TestFSUtils.java | 50 +++++++-
.../src/main/ruby/shell/commands/list_regions.rb | 4 +-
hbase-shell/src/test/ruby/hbase/admin_test.rb | 4 +
src/main/asciidoc/_chapters/configuration.adoc | 2 +-
src/main/asciidoc/_chapters/hbase-default.adoc | 2 +-
src/main/asciidoc/_chapters/ops_mgt.adoc | 7 ++
src/main/asciidoc/_chapters/schema_design.adoc | 1 +
src/main/asciidoc/_chapters/upgrading.adoc | 5 +-
22 files changed, 534 insertions(+), 101 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/master/assignment/TestAMProblematicRegions.java