This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 2c5055f HBASE-25068 Pass WALFactory to Replication so it knows of all
WALProviders, not just default/user-space (#2434)
2c5055f is described below
commit 2c5055f81ae487f9d765fbbb8164b0c2a210b8ad
Author: Michael Stack <[email protected]>
AuthorDate: Tue Sep 22 12:09:02 2020 -0700
HBASE-25068 Pass WALFactory to Replication so it knows of all WALProviders,
not just default/user-space (#2434)
Pass WALFactory to Replication instead of WALProvider. WALFactory has all
WALProviders in it, not just the user-space WALProvider. Do this so
ReplicationService has access to all WALProviders in the Server (To be
exploited by the follow-on patch in HBASE-25055)
Signed-off-by: Duo Zhang <[email protected]>