In a retryable bulkWrite executed against mongos, if we need to execute a getMore against a mongod we will erroneously attach a txnNumber to the request which will cause an error since getMore is not retryable.
- is related to
-
SERVER-88895 Cursor contains txnNumber when created from a retryable write (BulkWrite)
- Closed