-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.3-SNAPSHOT
-
Fix Version/s: 10.10
-
Component/s: TransientStore
-
Epic Link:
-
Sprint:nxcore 10.10.4, nxcore 10.10.5
-
Story Points:2
We should not start a Nuxeo in cluster mode with a SimpleTransientStore implementation, because it is not cluster-compatible (even though the filesystem blob storage could be shared, the parameters are in-memory so cannot).
This happens when using a no redis configuration and don't setup a custom KeyValueBlobTransientStore,
which requires to define an additional BinaryStore and a KeyValue store.
- depends on
-
NXP-26515 Use SQLKeyValueStore instead of MemKeyValueStore by default
- Resolved
- is related to
-
NXP-26581 Different Transient Stores must use different namespaces
- Resolved
-
NXDOC-1823 Fix S3 cors config for async download
- Resolved