Skip to content

Commit

Permalink
HBASE-26815 TestFanOutOneBlockAsyncDFSOutput is flakey (apache#4186)
Browse files Browse the repository at this point in the history
Trigger BlockReports in MiniDFSCluster after restarting datanode

Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 1fca217)
Change-Id: Idd7b64a42a88afc803af79d3762f94ec081df488
  • Loading branch information
xicm authored and Apache9 committed Mar 10, 2022
1 parent dbe663a commit 5760f65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public void testConnectToDatanodeFailed()
assertEquals(2, output.getPipeline().length);
} finally {
CLUSTER.restartDataNode(dnProp);
CLUSTER.triggerBlockReports();
}
}

Expand Down

0 comments on commit 5760f65

Please sign in to comment.