This was initially reported in #5232
In a local chunking setup, when an exception is thrown in the item writer, the step execution counters are incorrect, namely the commit count and rollback count.
Moreover, in this particular failure case, the write count and write skip count of workers should override those of the main step (these counters should be reset before the aggregation)
cc @ctrung
This was initially reported in #5232
In a local chunking setup, when an exception is thrown in the item writer, the step execution counters are incorrect, namely the commit count and rollback count.
Moreover, in this particular failure case, the write count and write skip count of workers should override those of the main step (these counters should be reset before the aggregation)
cc @ctrung