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

in directoryperdb mode, database _tmp removed on startup

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

      > use _tmp;
      switched to db _tmp
      Tue Feb 1 14:31:39 trying reconnect to 127.0.0.1
      Tue Feb 1 14:31:39 reconnect 127.0.0.1 ok
      > db.c.save( {} );
      > db.c.count();
      1
      > db.c.count();
      Tue Feb 1 14:31:50 DBClientCursor::init call() failed
      Tue Feb 1 14:31:50 query failed : _tmp.$cmd { count: "c", query: {}, fields: {} } to: 127.0.0.1
      Tue Feb 1 14:31:50 Error: error doing query: failed shell/collection.js:150
      Tue Feb 1 14:31:50 trying reconnect to 127.0.0.1
      Tue Feb 1 14:31:50 reconnect 127.0.0.1 ok
      > db.c.count();
      0
      >

      The mongod was restarted before the 2nd count() above.

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

              Created:
              Updated:
              Resolved: