I see the following entries in my server log:
{"t":{"$date":"2020-07-09T22:36:12.727-04:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"connection accepted","attr":{"remote":"127.0.0.1:37914","sessionId":9294,"connectionCount":9}} {"t":{"$date":"2020-07-09T22:36:12.729-04:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"connection accepted","attr":{"remote":"127.0.0.1:37916","sessionId":9295,"connectionCount":10}} {"t":{"$date":"2020-07-09T22:36:12.730-04:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"connection accepted","attr":{"remote":"127.0.0.1:37918","sessionId":9296,"connectionCount":11}}
By "sessionId" does the server mean "connectionId"? If so I expect the field to be called "connectionId".
- Is this the same value as what ismaster returns under connectionId field?
- Is this the same value which is later referenced as "conn9294" etc. in subsequent log entries?
- is related to
-
SERVER-47020 Connection accepted and ended messages
- Closed