Missing rows in cluster_nodes and cluster_invals tables

I have 2 clusters of nuxeo and have enabled clustering by enabling following properties still there are no rows created in cluster_nodes and cluster_invals tables. Am i missing something?

These are the properties I have set on cluster 1 .

repository.clustering.enabled=true
repository.clustering.delay=1000
repository.clustering.invalidation=default
repository.clustering.id=171

and on cluster 2

repository.clustering.enabled=true
repository.clustering.delay=1000
repository.clustering.invalidation=default
repository.clustering.id=170
0 votes

1 answers

875 views

ANSWER



Since https://jira.nuxeo.com/browse/NXP-21801 cluster invalidations are done using the pub/sub subsystem, and not the cluster_nodes and cluster_invals tables anymore (because it was too costly).

0 votes



Hi Florent Guillaume , I am facing an issue where I am updating an document and when I fetch, I get the updated version from one cluster and older version from another cluster. So is this issue due to these table?

Please visit this question. https://answers.nuxeo.com/general/q/92e0de93d005485c8a8e1cfe08614836/Documents-synchronisation-issue-in-Nuxeo-cluster-mode

07/31/2020