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

--setParameter syncdelay doesn't work in 2.6

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 2.6.0
    • Component/s: Admin, MMAPv1
    • Labels:
      None
    • Storage Execution
    • ALL
    • Hide
      1. Start mongod with --setParameter syncdelay=1
      2. User mongo shell connect to this node, and check the syncdelay parameter, it shows the default option.
        > db.adminCommand({getParameter:1,syncdelay:1})
        { "syncdelay" : 60, "ok" : 1 }
        
      Show
      Start mongod with --setParameter syncdelay=1 User mongo shell connect to this node, and check the syncdelay parameter, it shows the default option. > db.adminCommand({getParameter:1,syncdelay:1}) { "syncdelay" : 60, "ok" : 1 }

      This option works in 2.4, but not in 2.6.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            linda.qin@mongodb.com Linda Qin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: