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

Improve Memory Leak Warning Message

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • 2.0.3, 2.1.1
    • 2.0.2
    • Logging

    Description

      The memory leak warning:
      warning: virtual size (XXXXXXMB) - mapped size (YYYYYYMB) is large (XXXXXX-YYYYYYMB). could indicate a memory leak
      was improved by https://jira.mongodb.org/browse/SERVER-4063 However, some customers are still seeing it occur over and over again in their logs. It has been determined that as long as the difference is not actively increasing, there is no danger. Is it possible for the warning to take into account the growth rate of this difference in addition to the number of connections?
      As an alternative, is it possible to reduce the number of times this message is displayed? Presently it is called by mongos and also every time db.serverStatus() is run. Because MMS calls getServerStatus, this can generate a lot of noise in the log files.

      Attachments

        Activity

          People

            eliot Eliot Horowitz (Inactive)
            mbastien Marc Bastien
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: