-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.10-HF41, 10.10-HF23, 11.1, 2021.0
-
Component/s: Clustering
Currently we specify that Nuxeo instances must not start at the same time. This is because during startup there are several process that check the database state and attempt to do DDL (repositories, directories), and this process is not safe to run concurrently on two nodes.
However this is a problem for easy container deployment because we have to rely on the orchestrator to make sure it doesn't start nodes concurrently, which isn't always a natural or easy thing to do.
So a better solution would be for Nuxeo itself to make sure that any critical sections during startup are made safe cluster-wide.
- depends on
-
NXP-30135 Extend cluster-wide lock to Workflow model import
- Resolved
- duplicates
-
NXP-28643 Allow concurrent startup of MongoDB Directory
- Resolved
- is related to
-
NXP-28231 Allow concurrent startup of SQL Directory
- Resolved
-
NXP-28558 SchedulerService may fail when starting multiple Nuxeo nodes
- Resolved
- Is referenced in