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

Update proxy scope to use two condvars

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.9
    • Affects Version/s: None
    • Component/s: Internal Code, JavaScript
    • Labels:
      None
    • Fully Compatible
    • Service Arch 2019-03-11

      Our proxyscope type currently uses one condition variable to wait/notify from the caller and the callee threads. It's been pointed out that this may not be safe on older versions of glibc, as there used to be a different understanding of whether or not it was acceptable for a condvar notify to notify the thread which called notify (if it later called wait).

      See http://austingroupbugs.net/view.php?id=609

            Assignee:
            mira.carey@mongodb.com Mira Carey
            Reporter:
            mira.carey@mongodb.com Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: