Skip to content
Discussion options

You must be logged in to vote

@akshayagarwal-hub thanks for the script and the initial analysis.

Compared to #16587, this is a similar scenario but the culprit metadata store object is an auto-delete exchange that has no outbound bindings.

Workarounds

Clusters without such auto-delete exchanges would not run into this exception, so
one workaround is

  1. Exporting definitions
  2. Deleting the auto-delete exchanges
  3. Upgrading
  4. Enabling all stable feature flags, then re-importing importing the definitions file

Or

  1. Adding an outbound binding to the auto-delete exchange(s) (that is, where the exchange(s) is the source, not the destination: add an unused durable queue with a unique name and use it the binding)
  2. Upgrading
  3. Enabling al…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants