HDDS-1050. TestSCMRestart#testPipelineWithScmRestart is failing. Contributed by Supratim Deka.
This commit is contained in:
parent
63a9b0d8aa
commit
20b92cdefe
|
@ -58,7 +58,7 @@ public class TestSCMRestart {
|
||||||
public static void init() throws Exception {
|
public static void init() throws Exception {
|
||||||
conf = new OzoneConfiguration();
|
conf = new OzoneConfiguration();
|
||||||
cluster = MiniOzoneCluster.newBuilder(conf)
|
cluster = MiniOzoneCluster.newBuilder(conf)
|
||||||
.setNumDatanodes(7)
|
.setNumDatanodes(4)
|
||||||
.setHbInterval(1000)
|
.setHbInterval(1000)
|
||||||
.setHbProcessorInterval(1000)
|
.setHbProcessorInterval(1000)
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue