This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a change to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 4796608c HBASE-22616 responseTooXXX logging for Multi should
characterize the component ops
new 07288fa HBASE-22627 Port HBASE-22617 (Recovered WAL directories not
getting cleaned up) to branch-1 (#339)
new e94908c HBASE-22629 Remove TestReplicationDroppedTables from branch-1
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:
.../apache/hadoop/hbase/backup/HFileArchiver.java | 4 +-
.../java/org/apache/hadoop/hbase/io/HFileLink.java | 3 +-
.../hadoop/hbase/master/MasterFileSystem.java | 4 +-
.../master/procedure/DeleteTableProcedure.java | 3 +-
.../hadoop/hbase/migration/NamespaceUpgrade.java | 3 +-
.../apache/hadoop/hbase/regionserver/HRegion.java | 112 ++++----
.../hbase/regionserver/HRegionFileSystem.java | 13 +-
.../hbase/regionserver/SplitTransactionImpl.java | 2 +-
.../hbase/snapshot/RestoreSnapshotHelper.java | 5 +-
.../java/org/apache/hadoop/hbase/util/FSUtils.java | 51 +++-
.../apache/hadoop/hbase/util/HFileArchiveUtil.java | 15 +-
.../org/apache/hadoop/hbase/wal/WALSplitter.java | 7 +-
.../hadoop/hbase/backup/TestHFileArchiving.java | 4 +-
.../org/apache/hadoop/hbase/io/TestHFileLink.java | 6 +-
.../hbase/master/TestDistributedLogSplitting.java | 7 +-
.../regionserver/TestRegionMergeTransaction.java | 2 +-
.../hbase/regionserver/TestSplitTransaction.java | 6 +-
.../replication/TestReplicationDroppedTables.java | 292 ---------------------
.../org/apache/hadoop/hbase/wal/TestWALSplit.java | 3 +-
19 files changed, 132 insertions(+), 410 deletions(-)
delete mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationDroppedTables.java