Hide
Cause: During Depaging on a Topic Subscription, where just one subscription received a message (say for filters) there's a rare but possible dead lock between checking if depaging is needed and delivering the queue.
Consequence: Critical Analyzer would kill the broker allowing a backup to be started, or the broke restarted.
Fix: The deadlock condition is removed from the codebase as part of this JIRA.
Result: no more deadlocks
Show
Cause: During Depaging on a Topic Subscription, where just one subscription received a message (say for filters) there's a rare but possible dead lock between checking if depaging is needed and delivering the queue.
Consequence: Critical Analyzer would kill the broker allowing a backup to be started, or the broke restarted.
Fix: The deadlock condition is removed from the codebase as part of this JIRA.
Result: no more deadlocks