ERROR ActiveMQArtemisReconciler updated Failed #847
Unanswered
lnthai2002
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@lnthai2002 could you share the ActiveMQArtemis CR and the operator version that you are using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, is there any news on this? I still get this error in the controller often |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, artemis broker seem seem to restart every 5 min in my cluster and I saw its pod event log complain about readiness and liveness check fail so i kubectl edit ActiveMQArtemis and add the rediness and liveness but then i see the controller of the operator throwing these error non stop:
2024-04-01T18:01:04.896Z ERROR ActiveMQArtemisReconciler updated Failed {"kind ": "v1.StatefulSet", "named ": "activemq-artemis-broker-ss", "error": "failed to update *v1.StatefulSet, Operation cannot be fulfilled on statefulsets.apps \"activemq-artemis-broker-ss\": the object has been modified; please apply your changes to the latest version and try again"} github.com/go-logr/logr.Logger.Error /go/pkg/mod/github.com/go-logr/[email protected]/logr.go:279 github.com/artemiscloud/activemq-artemis-operator/controllers.(*ActiveMQArtemisReconcilerImpl).updateRequestedResource /workspace/app/controllers/activemqartemis_reconciler.go:1368 github.com/artemiscloud/activemq-artemis-operator/controllers.(*ActiveMQArtemisReconcilerImpl).updateResource /workspace/app/controllers/activemqartemis_reconciler.go:1348 github.com/artemiscloud/activemq-artemis-operator/controllers.(*ActiveMQArtemisReconcilerImpl).ProcessResources /workspace/app/controllers/activemqartemis_reconciler.go:1312 github.com/artemiscloud/activemq-artemis-operator/controllers.(*ActiveMQArtemisReconcilerImpl).Process /workspace/app/controllers/activemqartemis_reconciler.go:160 github.com/artemiscloud/activemq-artemis-operator/controllers.(*ActiveMQArtemisReconciler).Reconcile /workspace/app/controllers/activemqartemis_controller.go:167 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:122 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:323 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:274 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2 /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:235
I'm not sure what impact would it cause but when i check the statefulset of the broker i see my readiness and liveness values there. Can someone explain this error and how to get rid of it?
Beta Was this translation helpful? Give feedback.
All reactions