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
apiVersion: mq.aws.upbound.io/v1beta1
kind: Configuration
metadata:
name: example
spec:
forProvider:
# Due to an existing Terrajet limitation, we cannot use "metadata.name" for "name"
# Details can be found in https://github.com/crossplane/terrajet/issues/280
name: example-config-new
region: eu-central-1
data: |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<broker xmlns="http://activemq.apache.org/schema/core">
<plugins>
<forcePersistencyModeBrokerPlugin persistenceFlag="true"/>
<statisticsBrokerPlugin/>
<timeStampingBrokerPlugin ttlCeiling="86400000" zeroExpirationOverride="86400000"/>
</plugins>
</broker>
description: Example Configuration
engineType: ActiveMQ
engineVersion: 5.16.7
providerConfigRef:
name: my-provider-config
apiVersion: mq.aws.upbound.io/v1beta1
kind: Configuration
metadata:
name: example
spec:
forProvider:
# Due to an existing Terrajet limitation, we cannot use "metadata.name" for "name"
# Details can be found in https://github.com/crossplane/terrajet/issues/280
name: example-config-new
region: eu-central-1
data: |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<broker xmlns="http://activemq.apache.org/schema/core">
<plugins>
<forcePersistencyModeBrokerPlugin persistenceFlag="true"/>
<statisticsBrokerPlugin/>
<timeStampingBrokerPlugin ttlCeiling="87400000" zeroExpirationOverride="86400000"/>
</plugins>
</broker>
description: Example Configuration
engineType: ActiveMQ
engineVersion: 5.16.7
providerConfigRef:
name: my-provider-config
Apply the second Configuration yaml file (Configuration 2) to create a new revision (diff )
Diff in ttlCeiling: <timeStampingBrokerPlugin ttlCeiling="86400000" zeroExpirationOverride="86400000"/> to <timeStampingBrokerPlugin ttlCeiling="87400000" zeroExpirationOverride="86400000"/>**
Wait until the Configuration revision is created
Update Broker with the newest configuration revision (3)
What happened?
When trying to update the Broker with the latest Configuration revision, the Broker enters the update loop and continuously sends update calls until the Broker is rebooted and the update loop is exited.
Events
Normal UpdatedExternalResource 41s (x**2818** over 22m) managed/mq.aws.upbound.io/v1beta1, kind=broker Successfully requested update of external resource
Relevant Error Output Snippet
No response
Crossplane Version
v1.16.0
Provider Version
v1.9.0
Kubernetes Version
v1.28.11
Kubernetes Distribution
EKS
Additional Info
This bug is similar to the effect setting consoleAccess in MQ User has => infinite update loop
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
Is there an existing issue for this?
Affected Resource(s)
Resource MRs required to reproduce the bug
Steps to Reproduce
Steps to Reproduce
<timeStampingBrokerPlugin ttlCeiling="86400000" zeroExpirationOverride="86400000"/> to <timeStampingBrokerPlugin ttlCeiling="87400000" zeroExpirationOverride="86400000"/>**
What happened?
When trying to update the Broker with the latest Configuration revision, the Broker enters the update loop and continuously sends update calls until the Broker is rebooted and the update loop is exited.
Relevant Error Output Snippet
No response
Crossplane Version
v1.16.0
Provider Version
v1.9.0
Kubernetes Version
v1.28.11
Kubernetes Distribution
EKS
Additional Info
The text was updated successfully, but these errors were encountered: