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

chunk migration with _secondaryThrottle uses w:2, not w:1

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • mongodb-3.0
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      In the following documentation:
      http://docs.mongodb.org/manual/core/sharding-chunk-migration/#jumbo-chunks

      we have:

      By default, each document operation during chunk migration propagates to at least one secondary before the balancer proceeds with the next document, which is equivalent to a write concern of { w: 1 }. You can set the writeConcern option on the balancer configuration to set different write concern semantics.

      I believe it should be { w:2 }.

      This page seems to have it right: http://docs.mongodb.org/manual/tutorial/configure-sharded-cluster-balancer/

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            daniel.coupal@mongodb.com Daniel Coupal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 4 weeks, 1 day ago