Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
0.5
Description
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.
Attachments
Issue Links
- documents
-
SERVER-9384 Unix domain socket name does not allow for multiple mongods on the same port but different bind_ips
-
- Closed
-