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

All inserts are delayed by 5 sec when mongos wants to auto-split and the first config server is in the TCP blackhole

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.8.0-rc4
    • Component/s: Sharding, Stability
    • None
    • ALL
    • QuInt B (11/02/15), TIG B (10/30/15), QuInt C (11/23/15)

      1. start a new cluster with 3 config servers and one shard
      2. create a new sharded collection
      3. do some finds - all are fast (less than a second)
      4. block the first config server with iptables --DROP
      5. create a new connection
      6. try finds on the new and the existing connections - all are fast
      7. try inserts on the new and the existing connections - all are 5s

      Test-case in python is attached (uses my own mongo-docker framework). LogLevel 5 logs too.

        1. tester_case.py
          4 kB
        2. logs
          120 kB
        3. blackhole_first_config_server_from_everyone_and_autosplit.js
          1 kB

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            alex.komyagin@mongodb.com Alexander Komyagin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: