-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
getSearchIndexManagerResponse converts HostUnreachable errors it receives from TaskExecutor into more generic errors to obfuscate the mongot's host and port. This is too specific though, since TaskExecutor could return a number of different network errors. This should instead catch any error that is in the NetworkError category.
e.g.
catch (const ExceptionFor<ErrorCategory::NetworkError>& e) { }
- related to
-
SERVER-130337 Stop converting SocketException to HostUnreachable in NITL
-
- In Code Review
-