Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-16001

Interrupting DBDirectClient operations should be disallowed

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Concurrency
    • 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:
            rassi J Rassi
            Reporter:
            rassi J Rassi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: