Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-7308

Log error in BenchRUnWorker::run before letting the thread die for uncaught exceptions

    • 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.

            Assignee:
            david.daly@mongodb.com David Daly
            Reporter:
            randolph@mongodb.com Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: