Skip to content

Commit 0106b88

Browse files
committed
Rebase fix
1 parent 77ed232 commit 0106b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackupManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private void testCollectWALFiles(boolean separateOldLogDir) throws Exception {
7676

7777
try (IncrementalBackupManager manager = new IncrementalBackupManager(conn, testConf)) {
7878
BackupInfo backupInfo = manager.createBackupInfo("backup_test", BackupType.INCREMENTAL,
79-
tables, BACKUP_ROOT_DIR, -1, -1, false);
79+
tables, BACKUP_ROOT_DIR, -1, -1, false, false);
8080
Map<String, Long> previousTimestamps =
8181
BackupUtils.getRSLogTimestampMins(manager.readLogTimestampMap());
8282
ServerName serverName = TEST_UTIL.getMiniHBaseCluster().getRegionServer(0).getServerName();

0 commit comments

Comments
 (0)