Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
mongod: d0f6dd1ebc338dc96a672057289c5fef56ecad0b
wt: 525b9969876069fa4669cebe11f2ee89368f907b
dataset: as document in CAP-1595
-
Fully Compatible
-
ALL
Description
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.
Attachments
Issue Links
- is depended on by
-
WT-1973 MongoDB changes for WiredTiger 2.7.0
-
- Closed
-