-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.2
-
Component/s: Cluster Management
-
None
Problem:
Error is issued during execution of operations (insert & query) against a ReplSet when slaveOk is set on the connection.
Oct 13, 2010 2:27:45 AM com.mongodb.ReplicaSetStatus$Node update
WARNING: node down: 10.204.35.142:27000 java.net.SocketTimeoutException: Read timed out
Message is thrown at ReplicaSetStatus.java:156 in a Catch of MongoInternalException
Reproduce:
- scratch/scaleout/InsertSpeed.java
- run with "<comma separated node list" scaleout blogs 4 10000 "I:5,Q:5"
Business Case:
- User experience
-Alvin