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 8dd91f4 HBASE-24684 Fetch ReplicationSink servers list from HMaster
instead o… (#2077)
discard 28f025d HBASE-24998 Introduce a ReplicationSourceOverallController
interface and decouple ReplicationSourceManager and ReplicationSource (#2364)
discard 788772c HBASE-24982 Disassemble the method replicateWALEntry from
AdminService to a new interface ReplicationServerService (#2360)
discard f92f853 HBASE-24683 Add a basic ReplicationServer which only
implement ReplicationSink Service (#2111)
discard 8ebcd7f HBASE-24735: Refactor ReplicationSourceManager: move
logPositionAndCleanOldLogs/cleanUpHFileRefs to ReplicationSource inside (#2064)
discard e2bdc6d HBASE-24681 Remove the cache walsById/walsByIdRecoveredQueues
from ReplicationSourceManager (#2019)
discard f54d2ab HBASE-24682 Refactor ReplicationSource#addHFileRefs method:
move it to ReplicationSourceManager (#2020)
add e7797208 Revert "HBASE-25068 Pass WALFactory to Replication so it
knows of all WALProviders, not just default/user-space"
add 98225ff Should not use XXXService.Interface.class.getSimpleName as
stub key prefix in AsyncConnectionImpl (#2443)
add 3ed41a0 Revert "Should not use
XXXService.Interface.class.getSimpleName as stub key prefix in
AsyncConnectionImpl (#2443)"
add dca0b59 HBASE-25073 Should not use
XXXService.Interface.class.getSimpleName as stub key prefix in
AsyncConnectionImpl (#2443)
add 8bfa2cb HBASE-25079 Upgrade Bootstrap to 3.3.7 (#2442)
add 56c7505 HBASE-25082: Per table WAL metrics: appendCount and
appendSize (#2440)
add 8828643 HBASE-25086 Refactor Replication: move the default
ReplicationSinkService implementation out (#2444)
new 9c8d54b HBASE-24682 Refactor ReplicationSource#addHFileRefs method:
move it to ReplicationSourceManager (#2020)
new 430a813 HBASE-24681 Remove the cache walsById/walsByIdRecoveredQueues
from ReplicationSourceManager (#2019)
new 0b5a777 HBASE-24735: Refactor ReplicationSourceManager: move
logPositionAndCleanOldLogs/cleanUpHFileRefs to ReplicationSource inside (#2064)
new 4645d88 HBASE-24683 Add a basic ReplicationServer which only
implement ReplicationSink Service (#2111)
new cd30e9b HBASE-24982 Disassemble the method replicateWALEntry from
AdminService to a new interface ReplicationServerService (#2360)
new 8f8620d HBASE-24998 Introduce a ReplicationSourceOverallController
interface and decouple ReplicationSourceManager and ReplicationSource (#2364)
new 6008ffe 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 (8dd91f4)
\
N -- N -- N refs/heads/HBASE-24666 (6008ffe)
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:
.../hadoop/hbase/client/AsyncConnectionImpl.java | 4 +-
.../java/org/apache/hadoop/hbase/HConstants.java | 6 +-
.../hbase/regionserver/wal/MetricsWALSource.java | 7 +-
.../regionserver/wal/MetricsWALSourceImpl.java | 36 +-
.../hadoop/hbase/regionserver/HRegionServer.java | 58 +-
.../hbase/regionserver/ReplicationService.java | 11 +-
.../hadoop/hbase/regionserver/wal/MetricsWAL.java | 6 +-
.../replication/ReplicationSinkServiceImpl.java | 115 +
.../replication/regionserver/Replication.java | 96 +-
.../replication/regionserver/ReplicationLoad.java | 23 +-
.../regionserver/ReplicationSyncUp.java | 6 +-
.../hbase-webapps/static/css/bootstrap-theme.css | 394 --
.../static/css/bootstrap-theme.min.css | 14 +-
.../hbase-webapps/static/css/bootstrap.css | 6805 --------------------
.../hbase-webapps/static/css/bootstrap.min.css | 13 +-
.../static/fonts/glyphicons-halflings-regular.eot | Bin 14079 -> 20127 bytes
.../static/fonts/glyphicons-halflings-regular.svg | 480 +-
.../static/fonts/glyphicons-halflings-regular.ttf | Bin 29512 -> 45404 bytes
.../static/fonts/glyphicons-halflings-regular.woff | Bin 16448 -> 23424 bytes
.../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes
.../resources/hbase-webapps/static/js/bootstrap.js | 1999 ------
.../hbase-webapps/static/js/bootstrap.min.js | 13 +-
.../hbase/regionserver/wal/TestMetricsWAL.java | 52 +-
.../hbase/replication/TestReplicationBase.java | 2 +-
.../regionserver/TestReplicationSourceManager.java | 3 +-
.../hbase-webapps/static/css/bootstrap-theme.css | 394 --
.../static/css/bootstrap-theme.min.css | 14 +-
.../hbase-webapps/static/css/bootstrap.css | 6805 --------------------
.../hbase-webapps/static/css/bootstrap.min.css | 13 +-
.../static/fonts/glyphicons-halflings-regular.eot | Bin 14079 -> 20127 bytes
.../static/fonts/glyphicons-halflings-regular.svg | 480 +-
.../static/fonts/glyphicons-halflings-regular.ttf | Bin 29512 -> 45404 bytes
.../static/fonts/glyphicons-halflings-regular.woff | Bin 16448 -> 23424 bytes
.../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes
.../resources/hbase-webapps/static/js/bootstrap.js | 1999 ------
.../hbase-webapps/static/js/bootstrap.min.js | 13 +-
pom.xml | 2 +
37 files changed, 854 insertions(+), 19009 deletions(-)
create mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ReplicationSinkServiceImpl.java
delete mode 100755
hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap-theme.css
mode change 100755 => 100644
hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap-theme.min.css
delete mode 100755
hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.css
mode change 100755 => 100644
hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.min.css
mode change 100755 => 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.eot
mode change 100755 => 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.svg
mode change 100755 => 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.ttf
mode change 100755 => 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff
create mode 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff2
delete mode 100755
hbase-server/src/main/resources/hbase-webapps/static/js/bootstrap.js
mode change 100755 => 100644
hbase-server/src/main/resources/hbase-webapps/static/js/bootstrap.min.js
delete mode 100755
hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap-theme.css
mode change 100755 => 100644
hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap-theme.min.css
delete mode 100755
hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap.css
mode change 100755 => 100644
hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap.min.css
mode change 100755 => 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.eot
mode change 100755 => 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.svg
mode change 100755 => 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.ttf
mode change 100755 => 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff
create mode 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff2
delete mode 100755
hbase-thrift/src/main/resources/hbase-webapps/static/js/bootstrap.js
mode change 100755 => 100644
hbase-thrift/src/main/resources/hbase-webapps/static/js/bootstrap.min.js