Queue has crashed and failed to restart #13684
-
Describe the bug
I have a monitor running that tries every minute to send a message and then read it. The problem is that sometimes these errors appear. After crashing and failing to restart, the queue becomes writable and readable again, with the parameters that were defined in the schema files. I.e. the queue is somehow restored and continues working. The problem appeared after upgrading from 3.11 to 4.0.4. The upgrade was done by uninstalling rabbitmq and installing the latest available version from the package manager. Reproduction steps
Expected behaviorIt is expected that no random write and read errors will occur Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Upgrading 3.11 to 4.0.4 directly is NOT supported. You MUST upgrade to each intermediate version first, and use the latest patch version for each intermediate - https://www.rabbitmq.com/docs/upgrade |
Beta Was this translation helpful? Give feedback.
There was one queue crash bugfix in 4.0.6, so step 1 would be to upgrade to the latest version and see if it still happens.