RELEASED: Public: May 28, 2025
Resolved issues
- Graceful handling of no replica in cluster while queue item adoption management (BEE-57913)
-
Previously, when a cluster member left and no ready replica was available to adopt queue items, a
NoSuchElementException
was thrown, resulting in a long and noisy stack trace in the logs.
With this change, the system checks for a ready replica before proceeding. If none are available, a warning is logged, avoiding the large stack trace while still notifying maintainers of the issue.