Interrupting DBDirectClient operations should be disallowed

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Concurrency
    • None
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The introduction of rollback-enabled write operations has increased the number of DBDirectClient calls that can be interrupted (previously, DBDirectClient interruption was disabled if the caller was holding a write lock and the operation had already performed a write, see SERVER-15999), and thus increased the possibility of a bug manifesting from any users of DBDirectClient that incorrectly assumed that their DBDirectClient operations would complete successfully. As a precaution, we should disallow interruption of DBDirectClient operations entirely.

              Assignee:
              J Rassi (Inactive)
              Reporter:
              J Rassi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: