-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Clustering, Core VCS
-
Impact type:Configuration Change
-
Upgrade notes:
Cluster invalidation propagation is broken, because several database backend rely on the cluster node handler connection id (pid/sid depending on the database) to be constant to act as a stable identifier while the Nuxeo instance is up, which is not the case since connections now systematically go through a pool (NXP-14142).
This applies for all clustering-supported databases (PostgreSQL, MySQL, SQL Server) except for Oracle which uses a different cluster node id strategy.
The user-visible aspect of this bug is that changes done on one Nuxeo instance sometimes take a long time (could be minutes our hours) to be visible one or more other nodes.
- depends on
-
NXP-14142 replace connection proxies logic in single datasource mode
- Resolved