Skip to content

Commit 7d434c1

Browse files
authored
Remove NioNotEnabledBootstrapCheck bootstrap check (#28901)
This is related to #27260. This commit removes the bootstrap check that prevents nio from being enabled.
1 parent d8d1f0d commit 7d434c1

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

plugins/transport-nio/src/main/java/org/elasticsearch/transport/nio/NioNotEnabledBootstrapCheck.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

plugins/transport-nio/src/main/java/org/elasticsearch/transport/nio/NioTransportPlugin.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,4 @@ public Map<String, Supplier<Transport>> getTransports(Settings settings, ThreadP
6161
() -> new NioTransport(settings, threadPool, networkService, bigArrays, pageCacheRecycler, namedWriteableRegistry,
6262
circuitBreakerService));
6363
}
64-
65-
@Override
66-
public List<BootstrapCheck> getBootstrapChecks() {
67-
return Collections.singletonList(new NioNotEnabledBootstrapCheck());
68-
}
6964
}

0 commit comments

Comments
 (0)