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