Migrations calculate majority incorrectly when waiting for writes to replicate

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: 2.2.2
    • Component/s: Replication, Sharding
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      During migrations we wait for writes to be replicated to a majority of nodes. To figure out how many nodes are in a majority we call getSlaveCount() (and divide it by 2 and add 1). The number reported by getSlaveCount(), however, may include old nodes that are no longer part of the set (or are now known by a different identifier). This could potentially cause us to wait for more nodes than exist - meaning that we will never acknowledge the writes as replicated.

              Assignee:
              Unassigned
              Reporter:
              Spencer Brody (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: