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 f97614f commit eac67feCopy full SHA for eac67fe
x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/InferencePlugin.java
@@ -194,8 +194,6 @@ public List<RestHandler> getRestHandlers(
194
Supplier<DiscoveryNodes> nodesInCluster,
195
Predicate<NodeFeature> clusterSupportsFeature
196
) {
197
- assert serviceComponents.get() != null : "serviceComponents must be set before retrieving the rest handlers";
198
-
199
var availableRestActions = List.of(
200
new RestInferenceAction(),
201
new RestStreamInferenceAction(threadPoolSetOnce),
0 commit comments