-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:GE2/GE3/GE4
-
None
-
None
-
None
-
None
-
None
-
None
-
None
My developer is running a code validation on our Non-Production environments but his code validation only runs on GE1 environment. GE2/GE3/GE4 is failing with the following error:
A timeout occurred after 30000ms selecting a server using
CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }.
Client view of cluster state is
{ ClusterId : "1", ConnectionMode : "ReplicaSet", Type : "ReplicaSet", State : "Disconnected",
Servers : [
{ ServerId: "{ ClusterId : 1, EndPoint : "Unspecified/serverP04:27100" }", EndPoint: "Unspecified/serverA04:27100", State: "Disconnected", Type: "Unknown", LastUpdateTimestamp: "2019-08-15T14:06:49.1257098Z" }
]
}
Any idea what could be the issue ? Checking the log of mongoDB instance I see the following:
2019-08-15T14:04:30.863-0500 I NETWORK [conn1941537] end connection 10.150.170.136:50307 (666 connections now open)
2019-08-15T14:26:34.308-0500 I NETWORK [listener] connection accepted from 10.150.170.136:50490 #1941904 (662 connections now open)
2019-08-15T14:26:34.438-0500 I NETWORK [conn1941904] received client metadata from 10.150.170.136:50490 conn1941904: { driver: { name: "mongo-csharp-driver", version: "2.8.1.0" }, os: { type: "Windows", name: "Microsoft Windows 10.0.14393", architecture: "x86_32", version: "10.0.14393" }, platform: ".NET Framework 4.7.3324.0" }
2019-08-15T14:26:36.028-0500 I NETWORK [conn1941904] end connection 10.150.170.136:50490 (661 connections now open)
Thank you!