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

WT failed to start with "lsm-worker: Error in LSM worker thread 2: No such file or directory"

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.7
    • 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.

            Assignee:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Reporter:
            rui.zhang Rui Zhang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: