-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 4.4.0
-
Component/s: Logging
-
Fully Compatible
-
ALL
-
v4.4
-
-
Service Arch 2021-06-14
-
2
Each time server binds a socket for listening, it raises the following in logs:
{ "t": {"$date":"2020-08-06T14:50:19.281+02:00"}, "s":"W", "c":"ASIO", "id":22601, "ctx":"main", "msg":"No TransportLayer configured during NetworkInterface startup" }
I traced it down to here which says "mostly for unittests". The message is confusing, yet seems to be very common when tried in a G search. Stack Overflow also has a question about it here.
There seems to be no effect on operations whatsoever. It seems to be happening on different platforms. I expect not to see "warnings" on a healthy service, especially ones I seem unable to do anything about.
Acceptance criteria: This log line doesn't show up in production environments.
- is related to
-
SERVER-46724 Provide NetworkInterfaceNoop for pool only TPTEs
- Closed