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

Fix a prepare commit bug that could leave the history store entry unresolved

    • Storage Engines
    • 3
    • Storage - Ra 2021-09-06
    • v5.0, v4.4

      The prepare commit leaves the history store entry as unresolved when a prepared update is inserted and removed by the same prepared transaction.

      Earlier we never write the same transaction prepared update and tombstone to the disk. The tombstone is added to the previous update, but later it is changed to move all the squash logic into the history store lead to this error.

      The fix is to allow fixing the history store entry even for commit operation also.

            Assignee:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Reporter:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: