We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c370a commit f15e670Copy full SHA for f15e670
1 file changed
server/src/test/java/org/elasticsearch/snapshots/SnapshotResiliencyTests.java
@@ -929,7 +929,6 @@ public void testSnapshotPrimaryRelocations() {
929
930
continueOrDie(clusterStateResponseStepListener, clusterStateResponse -> {
931
final ShardRouting shardToRelocate = clusterStateResponse.getState().routingTable().allShards(index).get(0);
932
- ;
933
final TestClusterNodes.TestClusterNode currentPrimaryNode = testClusterNodes.nodeById(shardToRelocate.currentNodeId());
934
final TestClusterNodes.TestClusterNode otherNode = testClusterNodes.randomDataNodeSafe(currentPrimaryNode.node().getName());
935
scheduleNow(() -> testClusterNodes.stopNode(currentPrimaryNode));
0 commit comments