Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
None
-
None
Description
test/format has been failing running the wt command, detecting that recovery needs to be run. Something has recently changed. Here's one example:
http://build.wiredtiger.com:8080/job/wiredtiger-test-format-stress/6690
The error message:
lt-wt: WT_RUN_RECOVERY: recovery must be run to continue
|
t: standard: dump comparison failed: Unknown error 256
|
and here's the CONFIG:
############################################
|
# RUN PARAMETERS
|
############################################
|
abort=0
|
auto_throttle=1
|
firstfit=0
|
bitcnt=5
|
bloom=1
|
bloom_bit_count=58
|
bloom_hash_count=21
|
bloom_oldest=1
|
cache=210
|
checkpoints=1
|
checksum=uncompressed
|
chunk_size=7
|
compaction=0
|
compression=snappy
|
data_extend=0
|
data_source=lsm
|
delete_pct=0
|
dictionary=0
|
evict_max=1
|
file_type=row-store
|
backups=1
|
huffman_key=0
|
huffman_value=0
|
insert_pct=84
|
internal_key_truncation=1
|
internal_page_max=11
|
isolation=read-uncommitted
|
key_gap=13
|
key_max=116
|
key_min=12
|
leak_memory=0
|
leaf_page_max=12
|
logging=1
|
logging_archive=1
|
logging_prealloc=0
|
lsm_worker_threads=3
|
merge_max=17
|
mmap=1
|
ops=100000
|
prefix_compression=1
|
prefix_compression_min=4
|
repeat_data_pct=40
|
reverse=0
|
rows=100000
|
runs=100
|
split_pct=79
|
statistics=0
|
statistics_server=0
|
threads=1
|
timer=20
|
value_max=1089
|
value_min=1
|
wiredtiger_config=
|
write_pct=76
|
############################################
|
Attachments
Issue Links
- is depended on by
-
SERVER-18199 WiredTiger changes for MongoDB 3.1.2
-
- Closed
-