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 3ecfe6b commit 81772c3Copy full SHA for 81772c3
x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/InferencePlugin.java
@@ -201,8 +201,6 @@ public List<RestHandler> getRestHandlers(
201
Supplier<DiscoveryNodes> nodesInCluster,
202
Predicate<NodeFeature> clusterSupportsFeature
203
) {
204
- assert serviceComponents.get() != null : "serviceComponents must be set before retrieving the rest handlers";
205
-
206
var availableRestActions = List.of(
207
new RestInferenceAction(),
208
new RestStreamInferenceAction(threadPoolSetOnce),
0 commit comments