-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The test/format run in wiredtiger-test-coverage job detected a "cursor key/value not set" issue, on tinderbox. The file type is 'row store'.
http://build.wiredtiger.com:8080/job/wiredtiger-test-coverage/3612/console
+ eval ./t -1 -q -c ../../../test/format/CONFIG.stress checkpoints=1 leak_memory=0 mmap=1 file_type=row alter=1 backups=1 compaction=1 data_extend=1 prepare=1 rebalance=1 salvage=1 statistics=1 statistics_server=1 verify=1 ++ ./t -1 -q -c ../../../test/format/CONFIG.stress checkpoints=1 leak_memory=0 mmap=1 file_type=row alter=1 backups=1 compaction=1 data_extend=1 prepare=1 rebalance=1 salvage=1 statistics=1 statistics_server=1 verify=1 [1561882312:861814][55042:0x7f2ef57fa700], t, WT_CURSOR.search_near: __wt_cursor_kv_not_set, 203: requires key be set: Invalid argument t: process 55042 (...) t: FAILED: ops/862: (1 && ret == WT_NOTFOUND) || ret == WT_CACHE_FULL || ret == WT_ROLLBACK process aborting /tmp/jenkins7839809752038146284.sh: line 10: 55042 Aborted (core dumped) ./t -1 -q -c ../../../test/format/CONFIG.stress checkpoints=1 leak_memory=0 mmap=1 file_type=row alter=1 backups=1 compaction=1 data_extend=1 prepare=1 rebalance=1 salvage=1 statistics=1 statistics_server=1 verify=1
The configuration:
############################################ # RUN PARAMETERS ############################################ abort=0 alter=1 assert_commit_timestamp=0 assert_read_timestamp=0 auto_throttle=0 backups=1 bitcnt=7 bloom=1 bloom_bit_count=39 bloom_hash_count=7 bloom_oldest=0 cache=310 cache_minimum=20 checkpoints=1 checkpoint_log_size=48 checkpoint_wait=23 checksum=uncompressed chunk_size=9 compaction=1 compression=zlib data_extend=1 data_source=lsm delete_pct=0 dictionary=0 direct_io=0 encryption=none evict_max=2 file_type=row-store firstfit=0 huffman_key=0 huffman_value=0 independent_thread_rng=1 in_memory=0 insert_pct=80 internal_key_truncation=1 internal_page_max=10 isolation=snapshot key_gap=9 key_max=25 key_min=16 leaf_page_max=10 leak_memory=0 logging=0 logging_archive=1 logging_compression=none logging_file_max=188895 logging_prealloc=1 long_running_txn=0 lsm_worker_threads=4 memory_page_max=5 merge_max=11 mmap=1 modify_pct=0 ops=0 prefix_compression=1 prefix_compression_min=2 prepare=1 quiet=1 read_pct=20 rebalance=1 repeat_data_pct=49 reverse=0 rows=1000000 runs=1 salvage=1 split_pct=79 statistics=1 statistics_server=1 threads=31 timer=4 timing_stress_aggressive_sweep=0 timing_stress_checkpoint=0 timing_stress_lookaside_sweep=0 timing_stress_split_1=0 timing_stress_split_2=0 timing_stress_split_3=0 timing_stress_split_4=0 timing_stress_split_5=0 timing_stress_split_6=0 timing_stress_split_7=0 timing_stress_split_8=0 transaction_timestamps=1 transaction-frequency=100 truncate=0 value_max=68 value_min=5 verify=1 wiredtiger_config= write_pct=0 ############################################