This is an automated email from the ASF dual-hosted git repository.

zghao pushed a change to branch HBASE-24666
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard 662f5e1  HBASE-24684 Fetch ReplicationSink servers list from HMaster 
instead o… (#2077)
 discard 0dc4d5d  HBASE-24998 Introduce a ReplicationSourceOverallController 
interface and decouple ReplicationSourceManager and ReplicationSource (#2364)
 discard 24fc4d4  HBASE-24982 Disassemble the method replicateWALEntry from 
AdminService to a new interface ReplicationServerService (#2360)
 discard e9c131c  HBASE-24683 Add a basic ReplicationServer which only 
implement ReplicationSink Service (#2111)
 discard 43b7be1  HBASE-24735: Refactor ReplicationSourceManager: move 
logPositionAndCleanOldLogs/cleanUpHFileRefs to ReplicationSource inside (#2064)
 discard 38acdaa  HBASE-24681 Remove the cache walsById/walsByIdRecoveredQueues 
from ReplicationSourceManager (#2019)
 discard 1d4584f  HBASE-24682 Refactor ReplicationSource#addHFileRefs method: 
move it to ReplicationSourceManager (#2020)
     add c312760  HBASE-25045 : Add 2.3.2 to the downloads page
     add b57bef5  HBASE-25077: hbck.jsp page loading fails, logs NPE in master 
log. (#2433)
     add 86557ed  HBASE-25096 WAL size in RegionServer UI is wrong (#2456)
     add 80ffac2  HBASE-25070 : With new generic API getLogEntries, cleaning up 
unused RPC APIs
     add fbef545  HBASE-25017 Migrate flaky reporting jenkins job from Hadoop 
to hbase (#2466)
     add 68b56be  HBASE-25100 conf and conn are assigned twice in 
HBaseReplicationEndpoint and HBaseInterClusterReplicationEndpoint (#2463)
     new c315e68  HBASE-24682 Refactor ReplicationSource#addHFileRefs method: 
move it to ReplicationSourceManager (#2020)
     new 5646555  HBASE-24681 Remove the cache walsById/walsByIdRecoveredQueues 
from ReplicationSourceManager (#2019)
     new 5a62429  HBASE-24735: Refactor ReplicationSourceManager: move 
logPositionAndCleanOldLogs/cleanUpHFileRefs to ReplicationSource inside (#2064)
     new 6625e92  HBASE-24683 Add a basic ReplicationServer which only 
implement ReplicationSink Service (#2111)
     new 56cd97f  HBASE-24982 Disassemble the method replicateWALEntry from 
AdminService to a new interface ReplicationServerService (#2360)
     new 17621c8  HBASE-24998 Introduce a ReplicationSourceOverallController 
interface and decouple ReplicationSourceManager and ReplicationSource (#2364)
     new 827ac96  HBASE-24684 Fetch ReplicationSink servers list from HMaster 
instead o… (#2077)

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   (662f5e1)
            \
             N -- N -- N   refs/heads/HBASE-24666 (827ac96)

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 7 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:
 .../flaky-tests/flaky-reporting.Jenkinsfile        |  2 +-
 .../java/org/apache/hadoop/hbase/client/Admin.java |  4 +-
 .../org/apache/hadoop/hbase/client/AsyncAdmin.java |  4 +-
 .../src/main/protobuf/server/region/Admin.proto    |  6 ---
 .../org/apache/hadoop/hbase/master/HbckChore.java  |  6 +--
 .../MetricsRegionServerWrapperImpl.java            |  2 +-
 .../hadoop/hbase/regionserver/RSRpcServices.java   | 27 +---------
 .../replication/HBaseReplicationEndpoint.java      | 63 +++++++++++++++-------
 .../HBaseInterClusterReplicationEndpoint.java      | 34 +-----------
 .../hadoop/hbase/master/MockRegionServer.java      | 14 -----
 src/site/xdoc/downloads.xml                        | 16 +++---
 11 files changed, 62 insertions(+), 116 deletions(-)

Reply via email to