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

Test that using multiple sessions per thread is safe

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • RSS Sydney

      In the server code, there are instances where multiple sessions are used in a single thread. If these nested sessions do not use the cache_max_wait_ms=1 config option, they can completely stall cache eviction, as demonstrated in SERVER-61097. Rather than introducing a mechanism in the server to enforce that nested sessions use cache_max_wait_ms=1, we can depend on the new rollback event handler to asynchronously rollback conflicting sessions.

            Assignee:
            Unassigned Unassigned
            Reporter:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: