curator
curator copied to clipboard
[CURATOR-605] DistributedQueue#processWithLockSafety can give a message to two consumers if first consumer session dies
The is similar to one described here:
https://issues.apache.org/jira/browse/CURATOR-537
https://issues.apache.org/jira/browse/CURATOR-542
There is no way for consumer to check if the lock still holds. It could be solved by sharing a transactional CheckOp for lockNodePath with a consumer, so he could consume the message transactionally.
Originally reported by faucct, imported from: DistributedQueue#processWithLockSafety can give a message to two consumers if first consumer session dies
- assignee: randgalt
- status: Open
- priority: Major
- resolution: Unresolved
- imported: 2025-01-21