HDFS-9237. NPE at TestDataNodeVolumeFailureToleration#tearDown. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
476a251e5e
commit
4c9c3955ae
|
@ -2074,6 +2074,9 @@ Release 2.8.0 - UNRELEASED
|
|||
HDFS-9157. [OEV and OIV] : Unnecessary parsing for mandatory arguements if
|
||||
'-h' option is specified as the only option (nijel via vinayakumarb)
|
||||
|
||||
HDFS-9237. NPE at TestDataNodeVolumeFailureToleration#tearDown.
|
||||
(Brahma Reddy Battula via ozawa)
|
||||
|
||||
Release 2.7.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -76,8 +76,10 @@ public class TestDataNodeVolumeFailureToleration {
|
|||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
if (cluster != null) {
|
||||
cluster.shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the DFS_DATANODE_FAILED_VOLUMES_TOLERATED_KEY configuration
|
||||
|
|
Loading…
Reference in New Issue