-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Replication, Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
8
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
In mongo/shell/utils.js, the retryOnNetworkError method calls isNetworkError which looks for the following strings in the error message to determine if it is a network error:
- "network error"
- "error doing query"
- "socket exception"
Since these checks are case sensitive, it will miss network error messages that print "SocketException".