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

WiredTiger::endBackup could race with clean shutdown

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.1
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Execution Team 2019-10-07
    • 56

      Clean shutdown will close the WiredTiger connection which unconditionally closes all the sessions, including the one used for backup. Therefore, if WiredTiger::endBackup races with clean shutdown and tries to close the session that is already closed by clean shutdown, a segfault will happen.

            Assignee:
            xiangyu.yao@mongodb.com Xiangyu Yao (Inactive)
            Reporter:
            xiangyu.yao@mongodb.com Xiangyu Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: