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

Mongod server broken pipe error (from localhost)

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • None
    • 3.0.5
    • Networking
    • None
    • ALL
    • Hide

      Mongod version 3.0.5
      Connection using mongo shell from same server.

      Current /etc/sysctl.conf network params:
      net.ipv4.conf.all.accept_source_route = 0
      net.ipv4.conf.default.accept_redirects = 0
      net.ipv4.route.flush = 1
      net.ipv4.icmp_ignore_bogus_error_responses = 1
      net.ipv6.conf.default.accept_ra = 0
      net.ipv6.conf.default.accept_redirects = 0
      net.ipv4.tcp_keepalive_time = 120

      Show
      Mongod version 3.0.5 Connection using mongo shell from same server. Current /etc/sysctl.conf network params: net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.default.accept_redirects = 0 net.ipv4.route.flush = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv6.conf.default.accept_ra = 0 net.ipv6.conf.default.accept_redirects = 0 net.ipv4.tcp_keepalive_time = 120

    Description

      rs1:PRIMARY> rs.status()
      2015-09-28T09:41:54.349-0600 I NETWORK Socket say send() errno:32 Broken pipe 127.0.0.1:27017
      2015-09-28T09:41:54.350-0600 E QUERY Error: socket exception [SEND_ERROR] for 127.0.0.1:27017
      at DBQuery._exec (src/mongo/shell/query.js:83:36)
      at DBQuery.hasNext (src/mongo/shell/query.js:240:10)
      at DBCollection.findOne (src/mongo/shell/collection.js:187:19)
      at DB.runCommand (src/mongo/shell/db.js:58:41)
      at DB.adminCommand (src/mongo/shell/db.js:65:21)
      at Function.rs.status (src/mongo/shell/utils.js:937:37)
      at (shell):1:4 at src/mongo/shell/query.js:83
      2015-09-28T09:41:54.351-0600 I NETWORK trying reconnect to localhost:27017 (127.0.0.1) failed
      2015-09-28T09:41:54.351-0600 I NETWORK reconnect localhost:27017 (127.0.0.1) ok
      rs1:PRIMARY>

      Attachments

        Activity

          People

            Unassigned Unassigned
            laleon@tigo.com.gt Alex Leon Liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: