Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10609

Docs for SERVER-9384: Unix domain socket name does not allow for multiple mongods on the same port but different bind_ips

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.11
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Documentation Request Summary:

      With the new transport layer, you can specify custom unix socket paths in the bind_ip (e.g. --bind_ip=127.0.0.1,/tmp/customsock.sock)

      Engineering Ticket Description:

      This issue is dependent on SERVER-9383 being implemented, and is specific to the use case of running multiple mongods on the same server using a common port value but different bind_ip settings.

      The unix domain socket name is currently mongodb-#####.sock where ##### is the port number. This file naming convention does not allow more than one mongod on port ##### to have a unix domain socket.

      The unix domain socket name should be unique based on the bind_ip and port number.

            Assignee:
            andrew.aldridge@mongodb.com Andrew Aldridge
            Reporter:
            emily.hall Emily Hall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 29 weeks, 3 days ago