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

Make force stop durable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.9.0, 4.4.3, 4.2.13
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • v4.2

      There is a potential bug after turning off incremental backup via incremental=(force_stop=true). Currently it only cleans up the resources in the running connection. So an attempt to use incremental after that call will not succeed. If one does a checkpoint and then attempts to use incremental, it will not succeed. If one closes and then reopens the WT connection the call will not succeed. However, if a crash happens before a checkpoint and then one reopens the WT connection, the call will succeed.

      The reason is that the turtle file is not checkpointed currently as part of cleaning up the incremental resources.

        1. 6844.diff
          3 kB
          Susan LoVerso

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: