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

Ensure all relevant btree fields are reset on checkpoint error

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.9.2, 3.2.13, 3.4.3, 3.5.4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage 2017-02-13

      Running with the test program from WT-3157, and adding in a forced error in checkpoint_tree I get an assertion failure/core dump during error handling. The command is:
      ./test_wt2909_checkpoint_integrity -v -o 125 and the code change for the forced error is:

              WT_ERR(__wt_page_modify_init(session, btree->root.page));
              if (++ckpt_first > 1)
                      WT_ERR(EIO);
              __wt_page_only_modify_set(session, btree->root.page);
      

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

              Created:
              Updated:
              Resolved: