-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage 2017-10-02, Storage 2017-10-23
-
None
Run #13155: http://build.wiredtiger.com:8080/job/wiredtiger-test-format-stress-ppc/13155/consoleFull
gdb eventually dropped core while I was looking at this, but as far as I can tell, this is a small cache with a large number of worker threads, and all of the worker threads are spinning in __wt_cache_eviction_worker.
I'll attach the stack traces.
Here's the CONFIG:
############################################ # RUN PARAMETERS ############################################ abort=0 alter=0 auto_throttle=1 backups=1 bitcnt=4 bloom=1 bloom_bit_count=58 bloom_hash_count=32 bloom_oldest=0 cache=32 checkpoints=1 checksum=on chunk_size=1 compaction=0 compression=none data_extend=0 data_source=lsm delete_pct=3 dictionary=0 direct_io=0 encryption=none evict_max=3 file_type=row-store firstfit=1 huffman_key=0 huffman_value=0 in_memory=0 insert_pct=75 internal_key_truncation=1 internal_page_max=9 isolation=read-committed key_gap=2 key_max=256 key_min=256 leaf_page_max=9 leak_memory=0 logging=1 logging_archive=1 logging_compression=zlib logging_prealloc=0 long_running_txn=0 lsm_worker_threads=4 merge_max=8 mmap=1 modify_pct=13 ops=100000 prefix_compression=1 prefix_compression_min=4 quiet=1 read_pct=9 rebalance=1 repeat_data_pct=8 reverse=0 rows=100000 runs=1 salvage=1 split_pct=84 statistics=0 statistics_server=0 threads=32 timer=20 transaction_timestamps=0 transaction-frequency=53 value_max=256 value_min=256 verify=1 wiredtiger_config= write_pct=0 ############################################