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

conflict between durability journal directory and database 'journal' directory in directoryperdb mode

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Storage Execution
    • ALL

      MongoDB shell version: 1.8.0-rc0-pre-
      connecting to: test
      > use journal;
      switched to db journal
      > db.c.save( {} );
      > db.dropDatabase();

      { "dropped" : "journal", "ok" : 1 }

      >

      Tue Feb 1 14:26:35 [conn1] dropDatabase journal
      Tue Feb 1 14:26:35 [conn1] removeJournalFiles
      Tue Feb 1 14:26:35 [dur] couldn't open /data/db/journal/lsn errno:2 No such file or directory
      Tue Feb 1 14:26:35 [dur] warning: open of lsn file failed
      Tue Feb 1 14:26:35 [dur] warning exception opening journal file couldn't open file /data/db/journal/j._1 for writing errno:2 No such file or directory
      Tue Feb 1 14:26:35 [dur] exception in durThread causing immediate shutdown: couldn't open file /data/db/journal/j._1 for writing errno:2 No such file or directory
      Tue Feb 1 14:26:35 Got signal: 6 (Abort trap).

      Abort trap

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            aaron Aaron Staple
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: