-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.0.0
-
Component/s: Concurrency, Logging
-
None
-
Environment:CentOS
-
Linux
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
}
- depends on
-
SERVER-13922 remove dbtemprelease
- Closed
- related to
-
SERVER-4282 clean up log messages
- Closed