Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-2079

Clarify when the _secondaryThrottle setting would take effect after changing it

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 01112017-cleanup
    • None
    • None
    • None

    Description

      http://docs.mongodb.org/manual/tutorial/configure-sharded-cluster-balancer/#require-replication-before-chunk-migration-secondary-throttle (for MongoDB version 2.4)

      You enable or disable _secondaryThrottle directly in the settings collection in the config database by running the
      following commands from the mongo shell:
       
      use config
      db.settings.update( { "_id" : "balancer" } , { $set : { "_secondaryThrottle" : true } } , { upsert : true } )

      It would help if we can clarify when the _secondaryThrottle would take effect after changing it and if it is required to restart the balancer.

      Attachments

        Activity

          People

            kay.kim@mongodb.com Kay Kim (Inactive)
            linda.qin@mongodb.com Linda Qin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              10 years, 4 weeks, 6 days ago