Introduce retry logic into bulkWrite override

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Works as Designed
    • Priority: Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: None
    • Replication
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      For the bulkWrite override when we are flushing a bulkWrite command there is a possibility it will fail due to network error. We cannot rely on `network_error_and_txn_override` to do this for us because we are overriding runCommand to run the bulkWrite before the original command.

      We should be able to reuse logic / methods from network_error_and_txn_override but cannot rely on its existence.

       

      This is probably actually not needed as long as we include network_error_and_txn_override after the bulkWrite override to get the retry logic

            Assignee:
            [DO NOT USE] Backlog - Replication Team
            Reporter:
            Sean Zimmerman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: