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 0b4560f commit aa82afeCopy full SHA for aa82afe
server/src/internalClusterTest/java/org/elasticsearch/cluster/coordination/NodeJoiningIT.java
@@ -237,15 +237,6 @@ private List<String> getListOfDataNodeNamesFromCluster(String nodeName) {
237
.toList();
238
}
239
240
- private boolean nodeExistsWithName(DiscoveryNodes nodes, String nodeName) {
241
- for (DiscoveryNode node : nodes.getAllNodes()) {
242
- if (node.getName().equals(nodeName)) {
243
- return true;
244
- }
245
246
- return false;
247
248
-
249
private void addJoiningNodeDisconnectedWarnLogFalseExpectation(MockLog mockLog) {
250
mockLog.addExpectation(
251
new MockLog.UnseenEventExpectation(
0 commit comments