HBASE-25680 Non-idempotent test in TestReplicationHFileCleaner (#2984)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
8fced2d7f8
commit
627e0d61ba
|
@ -119,6 +119,8 @@ public class TestReplicationHFileCleaner {
|
|||
} catch (IOException e) {
|
||||
LOG.warn("Failed to delete files recursively from path " + root);
|
||||
}
|
||||
// Remove all HFileRefs (if any)
|
||||
rq.removeHFileRefs(peerId, rq.getReplicableHFiles(peerId));
|
||||
rp.getPeerStorage().removePeer(peerId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue