- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 08:29 AM - edited 12-12-2024 08:31 AM
I'm facing an issue with nuxeo (version 10.10) in cluster mode when trying to update a document. The API return an error "Invalid change token" [code] . It seems to be because of the changeToken not having the same value between instances for the same document
Btw, this error is not correctly handled by nuxeo-java-client:3.11.0 because the response is a string raw text and cannot be parsed to a json.
The current configuration is :
- 2 nuxeo servers with both having property nuxeo.cluster.enabled set to true and nuxeo.cluster.nodeid set to different values
- postgresql db
- elasticsearch cluster
- redis
do you have any idea what can happen? changeToken is stored in cache in each instance?
Thanks in advance for your feedback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 08:24 AM
finally I fixed it by setting the properties repository.clustering.enabled and repository.clustering.id which are deprecated now but still ok for 10.10 version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 08:24 AM
finally I fixed it by setting the properties repository.clustering.enabled and repository.clustering.id which are deprecated now but still ok for 10.10 version
