this error occurred when i’m trying to insert a doc into one DB and insertMany docs into another DB in a transaction. I think there is no way that two or more threads modify the same doc during insert or insertMany operation, So i don’t know why this happened.
by the way.I have used KMS in my project.is there a chance this issue caused by KMS refresh?