-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 9.10-HF30, 10.10-HF05
-
Fix Version/s: 9.10-HF31, 10.10-HF06, 11.1, 2021.0
-
Component/s: Streams
NXP-26691 introduces a record filter that persists big value into external storage (a key-value store or a transient store).
The key used for the storage is based on the record key.
This creates a conflict if different records use the same key. At best the consumer will read the latest write or it will not find the value because of a race condition in the storage (NXP-27292).
To prevent this conflict the key used by the storage must be unique.
This can be easily done by combining the record's key and the record's watermark.
- is caused by
-
NXP-26691 StreamWorkManager workaround for large work
- Resolved