-
Hello,
apiVersion: broker.amq.io/v1beta1
What am I doing wrong? :( |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
The logs seems to show that the pod lost the connection to the other broker pod. What should happen is that the operator will then start up a "drainer" pod to migrate the messages to the living pod. It may take some seconds to do it. |
Beta Was this translation helpful? Give feedback.
-
@maxysio the log looks fine. When the other broker pod is down this broker will retry connect to it. What's not normal is that the operator should kick off a "drainer" pod so that the messages can be migrated to this broker. Can you share the full operator pod log? |
Beta Was this translation helpful? Give feedback.
-
@maxysio I think I reproduced the issue. That could be a regression, I'll take a look. Thanks ! |
Beta Was this translation helpful? Give feedback.
-
https://github.com/artemiscloud/activemq-artemis-operator/issues/510 |
Beta Was this translation helpful? Give feedback.
-
@maxysio Please try the latest tag, it's been fixed. |
Beta Was this translation helpful? Give feedback.
@maxysio Please try the latest tag, it's been fixed.