-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines
I'm seeing an out-of-order return error, repeatably on pixiebob:
t, file:wt, WT_CURSOR.prev: WT_CURSOR.prev out-of-order returns: returned key 82575 then key 82575: Invalid argument
It's similar in a couple of ways to sue.loverso's report in WT-2575, it's a heavily-threaded, in-memory, variable-length column-store run. Here's the CONFIG:
############################################ abort=0 auto_throttle=1 backups=0 bitcnt=7 bloom=1 bloom_bit_count=37 bloom_hash_count=6 bloom_oldest=0 cache=83 checkpoints=0 checksum=uncompressed chunk_size=5 compaction=0 compression=none data_extend=0 data_source=file delete_pct=12 dictionary=1 direct_io=0 encryption=rotn-7 evict_max=5 file_type=variable-length column-store firstfit=0 huffman_key=1 huffman_value=0 in_memory=1 insert_pct=28 internal_key_truncation=1 internal_page_max=14 isolation=read-uncommitted key_gap=11 key_max=32 key_min=12 leaf_page_max=17 leak_memory=0 logging=0 logging_archive=1 logging_compression=none logging_prealloc=0 long_running_txn=0 lsm_worker_threads=3 merge_max=14 mmap=1 ops=1000000 prefix_compression=1 prefix_compression_min=2 repeat_data_pct=4 reverse=0 rows=10000 runs=1000 rebalance=0 salvage=0 split_pct=53 statistics=0 statistics_server=0 threads=19 timer=20 transaction-frequency=46 value_max=80 value_min=10 verify=0 wiredtiger_config= write_pct=62 ############################################