-
Type:
Task
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.10
-
Component/s: API
-
Environment:Cent OS 6.4
MongoDB 3.0.3
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
I have 3 shards in my sharded cluster based on WiredTiger engine of MongoDB.
When I use the insertBatch method to insert multiple documents into the cluster, the driver often throws the exceptions as below:
waiting for replication timed out at shard02 and
multiple errors reported : waiting for replication timed out at shard02 :: and :: waiting for replication timed out at shard03
These exceptions occur often.
Is this normal or can I catch those exceptions and ignore them??