1

I have performed a

  1. db.fsyncLock()
  2. BackUp orders
  3. db.fsyncUnlock()

Later, I try to do some common operations in the database,like find() but it is blocked and doesn´t return anything. I have to do a restart of the mongodb to make it work again.

What I am doing wrong?

Community
  • 1
  • 1
X.Otano
  • 2,079
  • 1
  • 22
  • 40
  • Is there anything in the log files? – Justin Case Jul 22 '14 at 08:15
  • where i can see the logs? – X.Otano Jul 22 '14 at 08:18
  • 1
    The log location is specified with the --logpath command line option or systemLog.path config file option when you start mongod. If you don't set either, it logs to the terminal window by default. You can check the command line options from the mongo shell by running db.runCommand({getCmdLineOpts : 1}) against the admin database. – wdberkeley Jul 22 '14 at 16:05
  • Ok,anyway i think this is a common error.Auth mongobs that performs a lock later cannot be unlocked.You know something about this problem/bug? – X.Otano Jul 22 '14 at 17:43
  • We need to see some more information, like what's the logs, before we can give a better determination about what's going on. – wdberkeley Jul 24 '14 at 14:52

0 Answers0