-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Prerequisites:
- address-full-policy=FAIL or DROP
- The system storage should exceed max-disk-usage before the amqp producer sends messages.
- At this point, the producer threads are blocked, waiting for the storage utilization to decrease.
- Once the disk usage comes back below the max-disk-usage, the producer threads never unblock and stay in the sending state forever.
I have attached an integration test to demonstrate this behavior.