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

Append globally visible tombstone with WT_TS_NONE to the update chain

    • 5
    • Storage - Ra 2020-05-18

      unit-test failed on Ubuntu 18.04 PPC

      Host: ubuntu1804-ppc-8.pic.build.10gen.cc
      Project: WiredTiger (develop)
      Commit: diff: WT-5170 Use mmap for I/O on all data files (#5155)

      • Simplified the implementation to not support file extension and truncation on mmapped files. Reads and writes destined to the outside of the mapped buffer default to the system call path.
      • Added stats to measure how much I/O is done via mmap vs system calls
      • Remap the mapped region if the file is extended via a write beyond the end of the file.
      • Only mmap files that are of type data or log. Code refactoring. Minor bug fixes.
      • Introduce remapping the mmapped region if we extended the file size via the write system call. Do not remap every time we have the opportunity, but only occasionally, to avoid the overhead.
      • Enable fh_extend and remap the region upon file extension.
      • Enable I/O via MMAP for all data files via a runtime option mmap_all.
      • Add low-level testing of mmap_all configuration at 5%.

      Co-authored-by: Sasha Fedorova <sasha.fedorova@10gen.com>
      Co-authored-by: Sasha Fedorova <sasha@mongodb.com>
      Co-authored-by: Keith Bostic <keith.bostic@mongodb.com> | 16 Mar 20 21:25 UTC
      Evergreen Subscription: ; Evergreen Event:

      Task Logs

            Assignee:
            chenhao.qu@mongodb.com Chenhao Qu
            Reporter:
            xgen-evg-user Xgen-Evergreen-User
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: