Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
None
Description
The Jenkins sanitizer stress tester hit an assertion:
nice ./t
|
[1449563601:673325][114594:0x7f0f327fe700], t, file:wt, sweep-server: ../src/conn/conn_dhandle.c, 608: dhandle != conn->cache->evict_file_next
|
[1449563601:673410][114594:0x7f0f327fe700], t, file:wt, sweep-server: aborting WiredTiger library
|
t: process 114594
|
/tmp/hudson4528845099386510625.sh: line 32: 114594 Aborted nice ./t
|
The test/format configuration file that triggered the failure is:
############################################
|
# RUN PARAMETERS
|
############################################
|
abort=0
|
auto_throttle=1
|
backups=0
|
bitcnt=3
|
bloom=1
|
bloom_bit_count=34
|
bloom_hash_count=8
|
bloom_oldest=0
|
cache=61
|
checkpoints=1
|
checksum=uncompressed
|
chunk_size=5
|
compaction=0
|
compression=bzip-raw
|
data_extend=0
|
data_source=file
|
delete_pct=23
|
dictionary=0
|
encryption=none
|
evict_max=2
|
file_type=row-store
|
firstfit=0
|
huffman_key=0
|
huffman_value=0
|
in_memory=0
|
insert_pct=9
|
internal_key_truncation=1
|
internal_page_max=15
|
isolation=read-uncommitted
|
key_gap=17
|
key_max=42
|
key_min=13
|
leaf_page_max=14
|
leak_memory=0
|
logging=0
|
logging_archive=1
|
logging_compression=none
|
logging_prealloc=1
|
long_running_txn=0
|
lsm_worker_threads=3
|
merge_max=4
|
mmap=1
|
ops=100000
|
prefix_compression=1
|
prefix_compression_min=0
|
repeat_data_pct=63
|
reverse=0
|
rows=100000
|
runs=1
|
salvage=1
|
split_pct=72
|
statistics=0
|
statistics_server=0
|
threads=4
|
timer=20
|
value_max=2127
|
value_min=10
|
verify=1
|
wiredtiger_config=
|
write_pct=90
|
############################################
|
It does not reproduce easily. The most likely cause was the change for WT-2259.