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

Cannot suppress ClientCursor::yield "warnings" from logs

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.7.2
    • Affects Version/s: 2.0.0
    • Component/s: Concurrency, Logging
    • Labels:
      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
      }

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

              Created:
              Updated:
              Resolved: