Commit 8ce3507
Add handling for database serialization errors in import processing
- Add 'could not serialize access' and 'concurrent update' to scalable error detection
- Add informative messages when database serialization conflicts are detected
- Reduce chunk size and retry when serialization errors occur
This addresses the 'could not serialize access due to concurrent update' errors
that were causing import failures by treating them as scalable errors that can
be resolved by reducing batch size.1 parent 83627ca commit 8ce3507
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| 645 | + | |
| 646 | + | |
645 | 647 | | |
646 | 648 | | |
647 | 649 | | |
| |||
650 | 652 | | |
651 | 653 | | |
652 | 654 | | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
653 | 664 | | |
654 | 665 | | |
655 | 666 | | |
| |||
0 commit comments