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 9300631  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
    omit 451c96f  HBASE-22729 Start RSGroupInfoManager as default (#555)
    omit a1930d5  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
    omit ef0c655  HBASE-22820 Do not need to persist default rs group now (#482)
    omit ec55c1f  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
    omit a2827bc  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
    omit ee23c8b  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
    omit fc4340b  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
    omit 44fa7f1  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add bcad0d9  HBASE-22955 Properly set jdk7 as JAVA_HOME for branches-1 
precommit and nightly. (#621)
     add 9198525  HBASE-22846 Internal Error 500 when Using HBASE REST API to 
Create Na… (#524)
     add 0dbae8f  HBASE-23024 Replace initcause with Constructor arg (#627)
     add fe74e6e  HBASE-23030 Update completebulkload hadoop jar usage in 
related doc (#630)
     add cb62f73  HBASE-22700 refactor isMetaClearingException (#501)
     add ab076b0  HBASE-23040 give friendly message about unknown server when 
running unload for RegionMover.
     add 759343b  HBASE-23043 Use 'advanced' Netty leak detection (#636)
     add 18ac610  HBASE-22927 Upgrade Mockito version for jdk11 (#593)
     add 25bcc91  HBASE-23037 Make the split WAL related log more readable 
(#632)
     new 0c7aacb  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new 7faaa52  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
     new a3841b7  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
     new cb32434  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
     new fd42412  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
     new 135147f  HBASE-22820 Do not need to persist default rs group now (#482)
     new 80d69c5  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
     new f3198e5  HBASE-22729 Start RSGroupInfoManager as default (#555)
     new b91ef7c  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   (9300631)
            \
             N -- N -- N   refs/heads/HBASE-22514 (b91ef7c)

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:
 dev-support/Jenkinsfile_GitHub                     |  4 ++
 dev-support/hbase-personality.sh                   | 17 ++++++
 dev-support/hbase_nightly_yetus.sh                 |  4 ++
 .../hadoop/hbase/DroppedSnapshotException.java     | 10 ++++
 .../hbase/client/AsyncRegionLocatorHelper.java     |  4 +-
 .../hbase/exceptions/ClientExceptionsUtil.java     | 31 ++++++----
 .../exceptions/ConnectionClosedException.java      |  9 +++
 .../exceptions/ConnectionClosingException.java     | 10 ++++
 .../hadoop/hbase/ipc/BlockingRpcConnection.java    |  2 +-
 .../hadoop/hbase/ipc/CallTimeoutException.java     | 10 ++++
 .../java/org/apache/hadoop/hbase/ipc/IPCUtil.java  | 24 ++++----
 .../apache/hadoop/hbase/util/CommonFSUtils.java    |  6 +-
 .../hbase/rest/NamespacesInstanceResource.java     | 69 +++++-----------------
 .../hbase/rest/model/NamespacesInstanceModel.java  |  1 +
 .../hbase/rest/TestNamespacesInstanceResource.java | 25 ++++++--
 .../hadoop/hbase/master/MasterFileSystem.java      |  4 +-
 .../hadoop/hbase/master/SplitLogManager.java       | 11 ++--
 .../apache/hadoop/hbase/regionserver/HRegion.java  |  6 +-
 .../hadoop/hbase/snapshot/SnapshotManifestV1.java  |  4 +-
 .../hadoop/hbase/snapshot/SnapshotManifestV2.java  |  4 +-
 .../hbase/snapshot/SnapshotReferenceUtil.java      |  4 +-
 .../java/org/apache/hadoop/hbase/util/FSUtils.java |  4 +-
 .../apache/hadoop/hbase/util/JVMClusterUtil.java   |  8 +--
 .../hadoop/hbase/util/ModifyRegionUtils.java       |  4 +-
 .../org/apache/hadoop/hbase/util/RegionMover.java  |  6 ++
 .../wal/BoundedLogWriterCreationOutputSink.java    |  5 +-
 .../org/apache/hadoop/hbase/wal/WALSplitter.java   | 46 ++++++++++-----
 .../apache/hadoop/hbase/client/TestMetaCache.java  | 11 +++-
 hbase-shaded/hbase-shaded-check-invariants/pom.xml |  2 +-
 pom.xml                                            | 16 ++++-
 src/main/asciidoc/_chapters/architecture.adoc      |  2 +-
 31 files changed, 217 insertions(+), 146 deletions(-)

Reply via email to