-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.2
-
Component/s: None
-
None
-
Environment:Linux
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We have many machines that connect to our mongo DB cluster using mongos, and they periodically (intermittently) keep coming back with:
pymongo.errors.OperationFailure: database error: too many attempts to update config, failing.
Running db.runCommand(
{ flushRouterConfig : 1 }) fixes the issue, but I want a permanent fix for this. What is causing this problem?