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

We can only free updates inserted into history store after a full update.

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.0-rc0, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 3
    • Storage Engines 2020-02-10

      It is only safe to free the updates after a full update which is inserted into history store as a full update in __wt_hs_insert_updates.

      If we free everything inserted into history store and we have modifies still on the chain, we may not be able to reconstruct the full values of the modifies on the chain currently. In the future, we will try to reconstruct modifies base on the onpage value (WT-5507). However, even if we can do that, it is still not safe to free the onpage value here as reconciliation may fail and in that case we will lose everything from the onpage value.

      Also we have made the decision to not always insert a full update to the history store if it is the newest update in the history store for that key. In that case, we may need to reconstruct the value of a reverse modify base on the full value on page. Again we cannot guarantee we can successfully write the onpage value to disk at this point.

            Assignee:
            chenhao.qu@mongodb.com Chenhao Qu
            Reporter:
            chenhao.qu@mongodb.com Chenhao Qu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: