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

mongos hangs waiting for downed config server

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.9.1
    • Affects Version/s: 1.9.0
    • Component/s: None
    • Labels:
      None
    • ALL

      If a config server doesn't respond, mongos hangs waiting for the connection. To reproduce, drop incoming config server packets from one of three config servers:

      sudo /sbin/iptables -A INPUT -i eth0 -p tcp -m tcp --dport THE_LISTEN_PORT -j DROP

      and start a new mongos instance pointed at these servers, should hang.

      Killing the config server entirely allows mongos to start.

            Assignee:
            greg_10gen Greg Studer
            Reporter:
            greg_10gen Greg Studer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: