[TEST] InternalCluster.restartRandomDataNode should restart a *data* node
This commit is contained in:
parent
40f82de4a1
commit
af3b126a15
|
@ -1230,7 +1230,7 @@ public final class InternalTestCluster extends TestCluster {
|
||||||
* Restarts a random data node in the cluster
|
* Restarts a random data node in the cluster
|
||||||
*/
|
*/
|
||||||
public void restartRandomDataNode() throws Exception {
|
public void restartRandomDataNode() throws Exception {
|
||||||
restartRandomNode(EMPTY_CALLBACK);
|
restartRandomDataNode(EMPTY_CALLBACK);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue