Hi,
We have a service that deletes old data every night, some have cascade delete, for instance order/orderlines relation.
Then i got this error message last night:
“Caused by :: -31800: oldest pinned transaction ID rolled back for eviction :: Please retry your operation or multi-document transaction.”
Seems like an error related to Mongo DB write conflict with “multi-document transaction” however this is solely deletes using data connectors.
Any help decifering what happens would be nice