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

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: 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
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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
              Reporter:
              Rui Zhang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: