HDFS-12040. TestFsDatasetImpl.testCleanShutdownOfVolume fails. Contributed by hu xiaodong.
(cherry picked from commit 07defa4c09db6e8c552167019ca0d2444cfc8fe7)
This commit is contained in:
parent
3a87591df8
commit
a896c0f11e
@ -671,7 +671,7 @@ public void testCleanShutdownOfVolume() throws Exception {
|
||||
@Override public Boolean get() {
|
||||
return volume.getReferenceCount() == 0;
|
||||
}
|
||||
}, 100, 10);
|
||||
}, 100, 1000);
|
||||
assertThat(dataNode.getFSDataset().getNumFailedVolumes(), is(1));
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user