-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 11.x
-
Component/s: Clustering
-
Tags:
-
Sprint:nxFG 11.1.7, nxFG 11.1.8, nxFG 11.1.9, nxFG 11.1.13, nxFG 11.4.1
-
Story Points:5
In the cloud, Nuxeo instances of a cluster may be started without coordination and this should be safe to do.
Currently it's not possible, because several storage services (Elasticsearch, VCS, DBS) don't supported being initialized in parallel by several nodes (see stack traces in comments).
We should add some kind of lock system based on the key/value store to implement critical sections around such services.