In SERVER-76943 we added a new optional field to TransactionCoordinatorDocument.
Now in rare cases when coordinator replica set is killed and downgraded after persisting decision, but before receiving acks from participants, it won't be able to start because old version will throw unknown field error during parsing of TransactionCoordinatorDocument.
We want to disable strict flag for this document to avoid problems in the future.
- is related to
-
SERVER-76943 Pass affected namespaces from transaction participants to transaction coordinator
- Closed