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 51d209e commit e0d4599Copy full SHA for e0d4599
x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/registry/ModelRegistry.java
@@ -728,6 +728,10 @@ public void onResponse(AcknowledgedResponse resp) {
728
729
@Override
730
public void onFailure(Exception exc) {
731
+ logger.warn(
732
+ format("Failed to add inference endpoint [%s] minimal service settings to cluster state", inferenceEntityId),
733
+ exc
734
+ );
735
deleteModel(inferenceEntityId, ActionListener.running(() -> {
736
listener.onFailure(
737
new ElasticsearchStatusException(
0 commit comments