Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-2864

Reconfiguring the checkpoint server can lead to hangs

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.9.0, 3.2.10, 3.3.15
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      The new test case that constantly causes reconfigure has uncovered a bug in the way the checkpoint server thread works. If it is reconfigured in some combination of enabling and disabling log and time based checkpoints it is possible that the server will miss a signal on a condition variable and end up waiting forever.

      The particular condition wait in question is:
      https://github.com/wiredtiger/wiredtiger/blame/master/src/conn/conn_ckpt.c#L98

            Assignee:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: