[TEST] InternalCluster.restartRandomDataNode should restart a *data* node

This commit is contained in:
Yannick Welsch 2015-11-06 16:21:02 +01:00
parent 40f82de4a1
commit af3b126a15
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ public final class InternalTestCluster extends TestCluster {
* Restarts a random data node in the cluster
*/
public void restartRandomDataNode() throws Exception {
restartRandomNode(EMPTY_CALLBACK);
restartRandomDataNode(EMPTY_CALLBACK);
}
/**