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

TTL monitor sleep seconds can be <= 0

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • None
    • None
    • TTL
    • None
    • Storage Execution
    • ALL
    • Hide

      Start mongod with the following parameters:

      ./mongod --setParameter ttlMonitorSleepSecs=0 --setParameter logLevel=3
      

      It will continuously log messages from TTLMonitor, e.g.:

      2016-07-15T13:59:35.390-0400 D INDEX    [TTLMonitor] TTLMonitor thread awake
      

      The same behavior occurs if ttlMonitorSleepSecs is set to a negative integer.

      Show
      Start mongod with the following parameters: ./mongod --setParameter ttlMonitorSleepSecs=0 --setParameter logLevel=3 It will continuously log messages from TTLMonitor, e.g.: 2016-07-15T13:59:35.390-0400 D INDEX [TTLMonitor] TTLMonitor thread awake The same behavior occurs if ttlMonitorSleepSecs is set to a negative integer.

    Description

      The TTL monitor thread can be set to run constantly if ttlMonitorSleepSecs is set to 0 or negative.

      Attachments

        Activity

          People

            backlog-server-execution Backlog - Storage Execution Team
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: