cluster


Related Questions
DirectoryCache uses put() function to add items to cache instead of localPut(). Using put() causes a “cacheinval” message to be sent and the key will be cleared from other nodes. When those nodes need to use the key they will do the same and clear ...
  0 votes
  1 answers
  3 comments
  1293 views

I would to use one instance of Nuxeo for interactive processing and one or more for batch processing, I tried to do this with docker sharing between them the same database, redis, and bucket S3, leaving the background processing active only in one ...
  0 votes
  0 answers
  0 comments
  1582 views

Hi, I have two back-end servers on a single nuxeo‑5.6 repository with concurrent scheduled import jobs running. To avoid concurrent document creation, I use a try {} catch {} block and set a document lock on a common parent document : try { /* … */ ...
  0 votes
  2 answers
  0 comments
  1828 views

I was looking on how to implement session replication across my cluster nodes and found this comment in the server manager config: <! -- Disable HTTP Session persistence between restart since webengine session objects are not serializable -- > ...
  0 votes
  1 answers
  0 comments
  2148 views

Hi I will soon have to upgrade our Nuxeo server to 6.0. Our users and groups are stored in an LDAP repository (dedicated LDAP replication). Willing to use ElasticSearch, I ll have to setup a dedicated server … or rather a dedicated cluster at least ...
  0 votes
  0 answers
  0 comments
  1756 views

Hello, I have been following the “Blob Upload for Batch Processing” directions with some success in development, but I have run into a very severe problem when attempting to use it in a production configuration in a two-node cluster. I believe the ...
  3 votes
  0 answers
  2 comments
  2639 views

Hi, I just configured nuxeo 5.9.5 in cluster. I applied the /opt/nuxeo-dm/templates/postgresql-quartz-cluster/bin/create-quartz-tables.sql to my postgresql database Members of the cluster registered (I see them in “select * from cluster_nodes;“), ...
  0 votes
  1 answers
  5 comments
  12965 views

Hi, We have our Nuxeo Tomcat servers configured in a standard way behind nginx to provide load balancing and HTTPS. They worked fine through each upgrade from 5.9.2 to the current 5.9.5. However, with the latest installation, requests that come ...
  1 votes
  2 answers
  1 comments
  4943 views

We have a Nuxeo-5.9.3 cluster consisting in two Tomcat server and a SQL Server geo-cluster. The SQL instance is shared among many applications. We have observed that the cleanup of the table cluster_invals and cluster_nodes was not working properly, ...
  0 votes
  3 answers
  11 comments
  3061 views