Details
-
Bug
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
Fully Compatible
-
ALL
-
8
Description
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".