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

Don't leak mongos consistency checker thread

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.3
    • Affects Version/s: 3.1.2
    • Component/s: Sharding
    • Fully Compatible
    • ALL

      The consistency checker thread periodically checks that the config servers have the same content.

      Residing in the legacy catalog manager, that thread is intentionally not being joined. Joining the thread on shutdown of the catalog manager makes each sharding test run much slower probably because the thread, on every iteration, sleeps for 60s and also runs a rather costly dbhash on the config collections.

            Assignee:
            daniel.alabi@10gen.com Daniel Alabi
            Reporter:
            daniel.alabi@10gen.com Daniel Alabi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: