Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #284 from jonhyman/feature/reconfig-code
Browse files Browse the repository at this point in the history
Adds error 13639 to reconfiguration.
  • Loading branch information
arthurnn committed Jun 13, 2014
2 parents a44b4e1 + 1480beb commit b6e499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moped/errors.rb
Expand Up @@ -115,7 +115,7 @@ class PotentialReconfiguration < MongoError
NOT_MASTER = [ 13435, 13436, 10009 ]

# Error codes received around reconfiguration
CONNECTION_ERRORS_RECONFIGURATION = [ 15988, 10276, 11600, 9001 ]
CONNECTION_ERRORS_RECONFIGURATION = [ 15988, 10276, 11600, 9001, 13639, 10009 ]

# Replica set reconfigurations can be either in the form of an operation
# error with code 13435, or with an error message stating the server is
Expand Down

0 comments on commit b6e499b

Please sign in to comment.