Unresolved
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
prashant singh
prashant singhReporter
Greeshma Swaminathan
Greeshma SwaminathanLabels
Priority
More fields
More fields
Created March 3, 2023 at 9:15 PM
Updated March 29, 2023 at 5:09 PM
Customers are running into lock contention issues with Salesforce bulk API updated when processing large number of records. Salesforce batch has a limit of 10,000 records. So while processing lets say 100K records, sales force sink creates 10 batches and executes them in parallel ( ) . This has the potential of creating lock contention issues if multiple batches do operations on same record.
See , for the error code and suggested fixes. One suggestion from salesforce is this -
Explore if a “serial” mode option can be set on the failed batches or if this option can be set in the plugin level for customer to choose based on their workload.