This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-4ffac741-1315-4b31-8ed5-9c258ba44a0e XWIKI-23435 Open

Introduce a cluster aware lock

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-710b072d-0545-41e9-9181-9fa4ce15c294 Thomas Mortagne created this issue on 05/Aug/25 13:35
 
Summary: Introduce a cluster aware lock
Issue Type: cid:jira-generated-image-avatar-4ffac741-1315-4b31-8ed5-9c258ba44a0e New Feature
Affects Versions: 17.6.0
Assignee: Unassigned
Components: Observation
Created: 05/Aug/25 13:35
Priority: cid:jira-generated-image-static-major-1f913b5c-6743-4aed-9490-b1907153f4a6 Major
Reporter: Thomas Mortagne
Description:

We often need to do some locking to avoid concurrency problems. While Java offers a lot of tooling for that, it only works for a single instance. But sometimes we need to lock a resource across cluster members, in which case we don't really have any easy way to do it.