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

Remove use of shared_mutex from SchedulingTicketHolder

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2022-09-05, Execution Team 2022-09-19
    • 120

      The `SchedulingTicketHolder` type uses `std::shared_mutex`, which is not generally allowed in production mongodb code. If a reader-writer mutex is required, the LockManager's ResourceMutex type is the currently recommended type.

            Assignee:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Reporter:
            schwerin@mongodb.com Andy Schwerin
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: