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 4cd3611 HBASE-22729 Start RSGroupInfoManager as default (#555)
omit 78af5b7 HBASE-22819 Automatically migrate the rs group config for
table after HBASE-22695 (#498)
omit 378d6b8 HBASE-22820 Do not need to persist default rs group now (#482)
omit 83e6882 HBASE-22809 Allow creating table in group when rs group
contains no live servers (#464)
omit 8a8dfbb HBASE-22695 Store the rsgroup of a table in table
configuration (#426)
omit 15300b7 HBASE-22676 Move all the code in hbase-rsgroup to
hbase-server and remove hbase-rsgroup module (#399)
omit e361439 HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
omit 3222230 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
add 8e8bd8b HBASE-22893 Change the comment in HBaseClassTestRule to
reflect change in default test timeouts (addendum, changes in the book)
add 43e732c HBASE-22886 Code Coverage Improvement: Create Unit Tests for
class ConnectionId
add 1d1813d HBASE-22878 Show table throttle quotas in table jsp (#510)
add 2e0e1f8 HBASE-22954 Update license for net.java.dev.jna.
add e50ec76 HBASE-22961 Deprecate hbck1 in core
add 960a5fd HBASE-22970 split parents show as overlaps in the HBCK Report
add da14488 HBASE-22724 Add a emoji on the vote table for pre commit
result on github (#568)
add dfe5280 HBASE-22724 Addendum trim trailing spaces
new 2dd749a HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
new 4dae147 HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
new 320fcdf HBASE-22676 Move all the code in hbase-rsgroup to
hbase-server and remove hbase-rsgroup module (#399)
new 71d9f4c HBASE-22695 Store the rsgroup of a table in table
configuration (#426)
new dfa95fc HBASE-22809 Allow creating table in group when rs group
contains no live servers (#464)
new da6f51d HBASE-22820 Do not need to persist default rs group now (#482)
new ba13759 HBASE-22819 Automatically migrate the rs group config for
table after HBASE-22695 (#498)
new 855c092 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 (4cd3611)
\
N -- N -- N refs/heads/HBASE-22514 (855c092)
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:
dev-support/Jenkinsfile | 2 +-
dev-support/Jenkinsfile_GitHub | 7 +-
dev-support/hbase-personality.sh | 5 +
.../org/apache/hadoop/hbase/client/RegionInfo.java | 4 +-
.../hadoop/hbase/quotas/QuotaSettingsFactory.java | 9 +-
.../apache/hadoop/hbase/ipc/TestConnectionId.java | 115 ++++++++++++++++++++
.../src/main/resources/supplemental-models.xml | 15 +++
.../java/org/apache/hadoop/hbase/util/FSUtils.java | 120 ++++++++++++++++++---
.../org/apache/hadoop/hbase/util/HBaseFsck.java | 6 +-
.../hadoop/hbase/util/HbckErrorReporter.java | 11 +-
.../main/resources/hbase-webapps/master/hbck.jsp | 37 ++++---
.../main/resources/hbase-webapps/master/table.jsp | 38 ++++++-
.../hadoop/hbase/regionserver/TestHRegionInfo.java | 7 ++
src/main/asciidoc/_chapters/developer.adoc | 2 +-
14 files changed, 331 insertions(+), 47 deletions(-)
create mode 100644
hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/TestConnectionId.java