We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a0632 commit 3395e2eCopy full SHA for 3395e2e
server/src/test/java/org/elasticsearch/gateway/GatewayIndexStateIT.java
@@ -362,7 +362,6 @@ public Settings onNodeStopped(final String nodeName) throws Exception {
362
final Client client = client(otherNode);
363
client.admin().indices().prepareDelete(indexName).execute().actionGet();
364
assertFalse(client.admin().indices().prepareExists(indexName).execute().actionGet().isExists());
365
- logger.info("--> deleted");
366
return super.onNodeStopped(nodeName);
367
}
368
});
0 commit comments