-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10
-
Component/s: BlobManager, Key/Value Store, TransientStore
-
Backlog priority:700
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:nxFG 10.10.4
-
Story Points:5
When one requests a TransientStore that doesn't exist to the TransientStoreService, it currently fallbacks to the default one.
However the expectation of the caller is still to see its own transient store without risk of key collision with what's in the default one.
So like for NXP-26200 we must find a namespacing solution so that unknown transient stores use the same template as the default but with a different namespace.
The namespace in turn has to be used to isolate everything, so in the case of the KeyValueBlobTransientStore it must be used to isolate the key/value store and the blob provider derived from the same original descriptor.
- depends on
-
NXP-26200 Different Key/Value Stores must use different namespaces
- Resolved
-
NXP-26594 Namespaced blob providers
- Resolved
- is duplicated by
-
NXP-26626 S3 bucket get emptied by the platform
- Resolved
- is related to
-
NXP-26791 Fix S3 test configuration to match new transientStore configuration
- Resolved
-
NXP-24208 Allow referencing S3 blobs in batch uploads
- Resolved
-
NXP-26862 Drive: fix "Missing configuration for default transient store, using in-memory" in test logs
- Resolved
-
NXP-25974 The transient store configuration must be adapted in cluster mode
- Resolved
-
NXDOC-1823 Fix S3 cors config for async download
- Resolved
- is required by
-
NXP-26833 Fix use of transient store by batch manager
- Resolved