HDFS-14189. Fix intermittent failure of TestNameNodeMetrics. Contributed by Ayush Saxena.

This commit is contained in:
Giovanni Matteo Fumarola 2019-01-08 10:38:06 -08:00
parent 999f31fd20
commit 1a08302897
1 changed files with 2 additions and 2 deletions

View File

@ -473,7 +473,7 @@ public void testCorruptBlock() throws Exception {
verifyZeroMetrics();
verifyAggregatedMetricsTally();
BlockManagerTestUtil.stopRedundancyThread(bm);
// Corrupt first replica of the block
LocatedBlock block = NameNodeAdapter.getBlockLocations(
cluster.getNameNode(), file.toString(), 0, 1).get(0);
@ -562,7 +562,7 @@ public void testStripedFileCorruptBlocks() throws Exception {
verifyZeroMetrics();
verifyAggregatedMetricsTally();
BlockManagerTestUtil.stopRedundancyThread(bm);
// Corrupt first replica of the block
LocatedBlocks lbs = fs.getClient().getNamenode().getBlockLocations(
ecFile.toString(), 0, fileLen);