-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Here is another cursor out of order failure captured by the Jenkins format stress job, after merging of WT-6235/WT-6167.
http://build.wiredtiger.com:8080/view/stress/job/wiredtiger-test-format-stress/73461/
t: FAILED: prev returned {0000149149.00/opqrstuv} then {0000149151.00/opqrstuvwxyz}
The format configuration:
############################################ # RUN PARAMETERS: V2 ############################################ assert.commit_timestamp=0 assert.read_timestamp=0 backup=0 backup.incremental=off btree.bitcnt=7 btree.compression=lz4 btree.dictionary=1 btree.huffman_key=0 btree.huffman_value=0 btree.internal_key_truncation=1 btree.internal_page_max=16 btree.key_gap=6 btree.key_max=51 btree.key_min=21 btree.leaf_page_max=15 btree.memory_page_max=3 btree.prefix_compression=1 btree.prefix_compression_min=3 btree.repeat_data_pct=3 btree.reverse=1 btree.split_pct=97 btree.value_max=3443 btree.value_min=4 cache=94 cache.evict_max=1 cache.minimum=20 checkpoint=on checkpoint.log_size=180 checkpoint.wait=17 disk.checksum=uncompressed disk.data_extend=0 disk.direct_io=0 disk.encryption=none disk.firstfit=1 disk.mmap=1 disk.mmap_all=0 format.abort=0 format.independent_thread_rng=1 format.major_timeout=0 logging=0 logging.archive=0 logging.compression=none logging.file_max=451611 logging.prealloc=0 lsm.auto_throttle=1 lsm.bloom=1 lsm.bloom_bit_count=23 lsm.bloom_hash_count=25 lsm.bloom_oldest=0 lsm.chunk_size=5 lsm.merge_max=16 lsm.worker_threads=3 ops.alter=0 ops.compaction=0 ops.pct.delete=0 ops.pct.insert=8 ops.pct.modify=23 ops.pct.read=5 ops.pct.write=64 ops.prepare=1 ops.random_cursor=0 ops.rebalance=1 ops.salvage=1 ops.truncate=1 ops.verify=1 quiet=1 runs=1 runs.in_memory=0 runs.ops=0 runs.rows=1000000 runs.source=table runs.threads=4 runs.timer=6 runs.type=row-store statistics=1 statistics.server=0 stress.aggressive_sweep=0 stress.checkpoint=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.frequency=100 transaction.isolation=snapshot transaction.timestamps=1 wiredtiger.config= wiredtiger.rwlock=1 wiredtiger.leak_memory=0 ############################################