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

Make sure the main thread in RWMutex benchmark receives workers notification

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Workload Scheduling
    • Fully Compatible
    • ALL
    • 200

      Currently the pendingThreads object is calling FUTEX_WAKE on all threads every time they are spawned, except for the very last thread. We need to change the logic to call FUTEX_WAKE once all threads have been spawned.

            Assignee:
            dominic.hernandez@mongodb.com Dominic Hernandez
            Reporter:
            dominic.hernandez@mongodb.com Dominic Hernandez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: