-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Bulk
-
Release Notes Summary:There is a new flag for Bulk Action to avoid concurrency within a bulk command processing
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #96, nxplatform #97, nxplatform #98
-
Story Points:5
Even if a bulk action is defined to support concurrency (up to the number of partitions in the stream) we may want to explicitly ask to run a bulk command without concurrency and still support parallel commands executions.
A use case can be to run a Bulk command with an Automation operation that needs to be run without concurrency like adding documents to a collection (which can cause concurrent update exception if done concurrently)
- is related to
-
NXP-26212 Some bulk action don't support concurrent command execution
- Resolved
-
NXP-30974 Fix PostgreSQL concurrent update error when adding documents to a collection in bulk
- Resolved
-
NXP-32115 TestBulkProcessor#testSequentialAndExclusiveExecutions failing randomly
- Resolved
-
NXP-32123 Provide sequential and exclusive bulk action options at command level
- Resolved