Details
-
Task
-
Resolution: Done
-
None
-
None
-
None
-
None
Description
test/format hit another compaction hang similar to those from last week in WT-1225 and WT-1226. Here is the config that I will run on one of the AWS boxes. Unfortunately it looks like the Jenkins job just timed out and another has restarted so there is no dump or other stack traces:
############################################
|
# RUN PARAMETERS
|
############################################
|
auto_throttle=0
|
firstfit=0
|
bitcnt=1
|
bloom=1
|
bloom_bit_count=57
|
bloom_hash_count=27
|
bloom_oldest=0
|
cache=240
|
checkpoints=1
|
checksum=uncompressed
|
chunk_size=8
|
compaction=1
|
compression=none
|
data_extend=0
|
data_source=lsm
|
delete_pct=35
|
dictionary=0
|
evict_max=4
|
file_type=row-store
|
backups=0
|
huffman_key=0
|
huffman_value=0
|
insert_pct=83
|
internal_key_truncation=1
|
internal_page_max=9
|
isolation=read-committed
|
key_gap=1
|
key_max=98
|
key_min=10
|
leak_memory=0
|
leaf_page_max=10
|
logging=1
|
merge_max=12
|
merge_threads=3
|
mmap=1
|
ops=100000
|
prefix_compression=0
|
prefix_compression_min=1
|
repeat_data_pct=75
|
reverse=0
|
rows=100000
|
runs=1
|
split_pct=81
|
statistics=0
|
threads=19
|
value_max=3145
|
value_min=16
|
wiredtiger_config=
|
write_pct=64
|
############################################
|