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

Turn off log archiving to avoid file copy race

    • Type: Icon: Build Failure Build Failure
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.1, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 2

      unit-linux-no-ftruncate-test failed on Linux no ftruncate

      Host: ec2-54-242-210-220.compute-1.amazonaws.com
      Project: WiredTiger (develop)
      Commit: diff: WT-6395 Reorder the history store inserts if there exists an update with same timestamp (#5797)

      • WT-6395 Reorder the history store inserts if there exists an update with the same timestamp

      The counter field that is used as part of the history store key for uniqueness
      will reset once the server is restarted. If there exist some updates in the
      history store and data store with the same timestamp, the next reconciliation
      moving the existing data store update to history store must be inserted after
      the existing history store record. Todo that gets the counter value from the
      existing record if there exists any record with the same key and timestamp and uses
      the next counter for the new record.

      • Remove hs_counter in the btree as always use 0 or max +1 for the same timestamp update as the counter value to make the counter as per key local instead of btree level.
      • Follow __btcur_update only reuse the middle of pinned pages for inserts.

      Co-authored-by: Michael Cahill <michael.cahill@mongodb.com> | 16 Jun 20 01:32 UTC
      Evergreen Subscription: ; Evergreen Event:

      Task Logs

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            xgen-evg-user Xgen-Evergreen-User
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: