HBASE-26815 TestFanOutOneBlockAsyncDFSOutput is flakey (#4186)
Trigger BlockReports in MiniDFSCluster after restarting datanode Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
9849d3caec
commit
1fca21722b
|
@ -211,6 +211,7 @@ public class TestFanOutOneBlockAsyncDFSOutput extends AsyncFSTestBase {
|
|||
assertEquals(2, output.getPipeline().length);
|
||||
} finally {
|
||||
CLUSTER.restartDataNode(dnProp);
|
||||
CLUSTER.triggerBlockReports();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue