This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a change to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 067f609 HBASE-25773
TestSnapshotScannerHDFSAclController.setupBeforeClass is flaky (#3651)
new d1aa68b HBASE-25588 Excessive logging of "hbase.zookeeper.useMulti is
deprecated. Default to true always." (#3640)
new f9a9b6e HBASE-26106 AbstractFSWALProvider#getArchivedLogPath doesn't
look for wal file in all oldWALs directory. (#3636)
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/mapreduce/WALInputFormat.java | 5 +-
.../hbase/mapreduce/TestWALRecordReader.java | 57 ++++++++++++++++++++++
.../regionserver/ReplicationSource.java | 10 ++--
.../regionserver/ReplicationSourceWALReader.java | 2 +-
.../replication/regionserver/WALEntryStream.java | 2 +
.../hadoop/hbase/wal/AbstractFSWALProvider.java | 37 ++------------
.../org/apache/hadoop/hbase/zookeeper/ZKUtil.java | 18 +++++--
7 files changed, 86 insertions(+), 45 deletions(-)