-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF71, 2023.0, 2021.33
-
Component/s: Events / Works
-
Tags:
-
Backlog priority:500
-
Sprint:nxplatform #79, nxplatform #80
-
Story Points:3
When a non idempotent Work is scheduled multiple times and the work store state is activated (nuxeo.stream.work.storestate.enabled=true which is not the default) then it is possible that the following executions are skipped because they are wrongly seen as canceled execution:
WARN [WorkComputation] work has been canceled, saving and returning
A non-idempotent Work should always be executed.
- is related to
-
NXP-31244 Fix race condition when reading Work state from KV store
- Resolved