Cannot suppress ClientCursor::yield "warnings" from logs

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 2.7.2
    • Affects Version/s: 2.0.0
    • Component/s: Concurrency, Logging
    • None
    • Environment:
      CentOS
    • Linux
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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
      }

            Assignee:
            Unassigned
            Reporter:
            Brian Stolz
            Votes:
            10 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: