-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: WiredTiger
-
Environment:mongod: d0f6dd1ebc338dc96a672057289c5fef56ecad0b
wt: 525b9969876069fa4669cebe11f2ee89368f907b
dataset: as document in CAP-1595
-
Fully Compatible
-
ALL
during test, my mongod with WT failed to start.
Steps to restart mongod
#!/bin/bash set -x killall mongod sleep 5 DATADISK=/data/ssd-sdc DBDIR=$DATADISK/dbs LOGDIR=$DATADISK/logs/mongod.log date LD_LIBRARY_PATH=$WT_INSTALL/lib numactl --physcpubind=0-3 --membind=0 -- ./bin/mongod --dbpath=$DBDIR --storageEngine=wiredtiger --logpath=$LOGDIR --fork date
this setup works fine until it cannot start.
- is depended on by
-
WT-1973 MongoDB changes for WiredTiger 2.7.0
- Closed