http://build.wiredtiger.com:8080/job/wiredtiger-test-format-stress/5870/
[1417728457:947929][14627:0x7f3c4b5fe700], t, cursor.insert: ../src/lsm/lsm_cursor.c, 1250: clsm->primary_chunk != NULL && (clsm->primary_chunk->switch_txn == WT_TXN_NONE || TXNID_LE(session->txn.id, clsm->primary_chunk->switch_txn)) ############################################ # RUN PARAMETERS ############################################ auto_throttle=0 firstfit=0 bitcnt=7 bloom=1 bloom_bit_count=8 bloom_hash_count=6 bloom_oldest=0 cache=150 checkpoints=1 checksum=uncompressed chunk_size=5 compaction=1 compression=none data_extend=0 data_source=lsm delete_pct=13 dictionary=0 evict_max=5 file_type=row-store backups=0 huffman_key=0 huffman_value=0 insert_pct=62 internal_key_truncation=1 internal_page_max=9 isolation=read-committed key_gap=8 key_max=256 key_min=256 leak_memory=0 leaf_page_max=9 logging=0 lsm_worker_threads=3 merge_max=6 mmap=1 ops=100000 prefix_compression=1 prefix_compression_min=1 repeat_data_pct=64 reverse=0 rows=100000 runs=1 split_pct=44 statistics=0 threads=25 timer=0 value_max=3346 value_min=10 wiredtiger_config= write_pct=66 ############################################
- is related to
-
WT-1447 If there are only two LSM worker threads, don't let the cache get full.
- Closed