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 41e2b64 HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
omit 5d8a857 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
add 380f80f HBASE-22689 Added line breaks for fix version in JIRA
add 74731c2 HBASE-22414 Interruption of moving regions in RSGroup will
cause regions on wrong rs
add 8f56bee HBASE-22684 The log rolling request maybe canceled
immediately in LogRoller due to a race (#378)
add e5f05bf HBASE-21606 document meta table load metrics
new e217f21 HBASE-22664 Move protobuf stuff in hbase-rsgroup to
hbase-protocol-shaded (#362)
new dbd6635 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 (41e2b64)
\
N -- N -- N refs/heads/HBASE-22514 (dbd6635)
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:
.../hadoop/hbase/rsgroup/RSGroupAdminServer.java | 136 +++++++++----
.../hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java | 217 ++++++++++++++++++++-
.../hadoop/hbase/rsgroup/TestRSGroupsBase.java | 4 +-
.../hadoop/hbase/regionserver/LogRoller.java | 171 ++++++++--------
.../hbase/regionserver/wal/AbstractFSWAL.java | 28 ++-
.../hadoop/hbase/regionserver/wal/AsyncFSWAL.java | 2 +
.../hadoop/hbase/regionserver/wal/FSHLog.java | 2 +
.../hadoop/hbase/regionserver/TestWALLockup.java | 2 +-
.../hbase/regionserver/wal/TestAsyncFSWAL.java | 132 ++++++++++++-
src/main/asciidoc/_chapters/developer.adoc | 6 +-
src/main/asciidoc/_chapters/ops_mgt.adoc | 94 +++++++++
11 files changed, 638 insertions(+), 156 deletions(-)