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

Avoid running RTS concurrently with checkpoint

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.1, 4.4.7, 5.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      I'm seeing rollback-to-stable failures based on the WT-6403 development branch.

      The error is:

      [1620185384:516078][16531:0x7f7db5b6c7c0], txn rollback_to_stable: __rollback_to_stable_check, 1258: rollback_to_stable illegal with active transactions: Invalid argument
      

      Here's the CONFIG, which repeats for me relatively quickly, usually within 20 minutes of running some number of jobs in parallel.

      ############################################
      #  RUN PARAMETERS: V2
      ############################################
      assert.read_timestamp=0
      assert.write_timestamp=0
      backup=0
      backup.incremental=off
      backup.incr_granularity=11404
      btree.bitcnt=8
      btree.compression=none
      btree.dictionary=0
      btree.huffman_value=0
      btree.internal_key_truncation=1
      btree.internal_page_max=9
      btree.key_gap=9
      btree.key_max=256
      btree.key_min=256
      btree.leaf_page_max=9
      btree.memory_page_max=8
      btree.prefix_compression=1
      btree.prefix_compression_min=2
      btree.repeat_data_pct=16
      btree.reverse=0
      btree.split_pct=90
      btree.value_max=275
      btree.value_min=2
      cache=112
      cache.evict_max=1
      cache.minimum=20
      checkpoint=wiredtiger
      checkpoint.log_size=124
      checkpoint.wait=43
      disk.checksum=uncompressed
      disk.data_extend=0
      disk.direct_io=0
      disk.encryption=none
      disk.firstfit=0
      disk.mmap=1
      disk.mmap_all=0
      format.abort=0
      format.independent_thread_rng=1
      format.major_timeout=0
      import=0
      logging=1
      logging.archive=0
      logging.compression=zlib
      logging.file_max=146066
      logging.prealloc=1
      lsm.auto_throttle=1
      lsm.bloom=1
      lsm.bloom_bit_count=45
      lsm.bloom_hash_count=6
      lsm.bloom_oldest=0
      lsm.chunk_size=9
      lsm.merge_max=19
      lsm.worker_threads=4
      ops.alter=0
      ops.compaction=0
      ops.hs_cursor=1
      ops.pct.delete=2
      ops.pct.insert=94
      ops.pct.modify=0
      ops.pct.read=0
      ops.pct.write=4
      ops.prepare=0
      ops.random_cursor=0
      ops.salvage=0
      ops.truncate=1
      ops.verify=1
      quiet=1
      runs=1
      runs.in_memory=0
      runs.ops=0
      runs.rows=100000
      runs.source=table
      runs.threads=6
      runs.timer=4
      runs.type=row-store
      runs.verify_failure_dump=0
      statistics=1
      statistics.server=0
      stress.aggressive_sweep=0
      stress.checkpoint=0
      stress.checkpoint_prepare=0
      stress.hs_checkpoint_delay=0
      stress.hs_search=0
      stress.hs_sweep=0
      stress.split_1=0
      stress.split_2=0
      stress.split_3=0
      stress.split_4=0
      stress.split_5=0
      stress.split_6=0
      stress.split_7=0
      stress.split_8=0
      transaction.implicit=0
      transaction.timestamps=1
      wiredtiger.config=
      wiredtiger.rwlock=1
      wiredtiger.leak_memory=0
      ############################################
      

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: