Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1439

SocketException on mongo nodes

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: MongoDB 3.4
    • Environment:
      RHEL 7.3, Docker 17.05

      The mongod logging level for network is set to a verbosity of 5.

      Both mongos and mongo replicasets are logging the following error in their mongod logs:

      2018-04-27T15:00:46.860+0000 D NETWORK  [conn64258584] SocketException: remote: x.x.x.x:51774 error: 9001 socket exception [RECV_ERROR] server [x.x.x.x:51774]
      

      These exceptions are incoming from both inter-mongo communication between nodes, and from communication with the client nodejs drivers.

      We've already looked at:
      https://jira.mongodb.org/browse/NODE-982

      The configuration mentioned in that issue:

      {
        poolSize: 20,
        socketTimeoutMS: 480000,
        keepAlive: 300000,
        ssl: true,
        sslValidate: false
      }
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            rabbanii Ibrahim Rabbani
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: