Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
2.0.0
-
None
-
CentOS
-
Linux
Description
We have loglevel set to 0 and quiet mode on, and our logs are still being filled with these "warnings", its filling up the disk rapidly
warning: ClientCursor::yield can't unlock b/c of recursive lock ns
We use db.eval specifically for the benefit that it locks the db, so my understanding is these warnings are totally normal because of that.
db.runCommand(
{ "getParameter" : "*" } )
{
"quiet" : true,
"notablescan" : false,
"logLevel" : 0,
"syncdelay" : 60,
"replApplyBatchSize" : 1,
"ok" : 1
}
Attachments
Issue Links
- depends on
-
SERVER-13922 remove dbtemprelease
-
- Closed
-
- related to
-
SERVER-4282 clean up log messages
-
- Closed
-