You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-11-02 01:26:39,412 INFO [io.jav.ope.pro.EventDispatcher] (EventHandler-artifactcontroller) Kubernetes exception 409 Failure executing: PUT at: https://10.96.0.1/apis/artifact.apicur.io/v1alpha1/namespaces/default/artifacts/greeting-schema. Message: Operation cannot be fulfilled on artifacts.artifact.apicur.io "greeting-schema": the object has been modified; please apply your changes to the latest version and try again. Received status: Status(apiVersion=v1, code=409, details=StatusDetails(causes=[], group=artifact.apicur.io, kind=artifacts, name=greeting-schema, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=Operation cannot be fulfilled on artifacts.artifact.apicur.io "greeting-schema": the object has been modified; please apply your changes to the latest version and try again, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Conflict, status=Failure, additionalProperties={}). during event processing, ExecutionScope{events=[CustomResourceEvent{action=MODIFIED, resource=[ name=greeting-schema, kind=Artifact, apiVersion=artifact.apicur.io/v1alpha1 ,resourceVersion=85773, markedForDeletion: false ]}], customResource uid: 15c0dd7e-aec3-4f77-88fe-c0b3bff68548, version: 85773} failed
Hello, @LittleWat
But as you can see from yaml output your artifact is ready, it should appear in apicurio registry.
As far as i remember this error is temporarily and eventually is self healing, so you may ignore it.
@eshepelyuk Thank you for your reply! I see. Yes, the log level is INFO so we may ignore this.
But I would like to solve this error if possible 🤔 I will read the code deeply.
Hello!
I deployed the standalone operator and applied the following yaml.
Here is
greeting-schema.yaml
The schema is successfully deployed.
But I found the following 409 Failure in the log:
Why is this happening?
This is the got result.
Thanks in advance!
The text was updated successfully, but these errors were encountered: