Skip to content

Commit efe5583

Browse files
committed
UT failed because tableCFS does not clear after testEnableReplicationForExplicitSetTableCfs
1 parent 0833792 commit efe5583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncReplicationAdminApiWithClusters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public void testEnableReplicationForExplicitSetTableCfs() throws Exception {
255255
admin2.tableExists(tableName2).get());
256256
} finally {
257257
rpc = ReplicationPeerConfig.newBuilder(rpc)
258-
.setTableCFsMap(tableCfs)
258+
.setTableCFsMap(null)
259259
.setReplicateAllUserTables(true).build();
260260
admin.updateReplicationPeerConfig(ID_SECOND, rpc).join();
261261
}

0 commit comments

Comments
 (0)