-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.3.0
-
Component/s: Internal Code, Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
In BenchRunWorker::run, when this line triggers an exception,
boost::scoped_ptr<DBClientBase> conn( _config->createConnection() );
the thread just dies silently without logging the assertion and causes the mongo shell to print a stack trace.
- duplicates
-
SERVER-16125 benchRun should not abort shell when worker threads fail to connect to server
- Closed