Created
July 29, 2015 13:36
-
-
Save danared/762e8939f6502d9e9079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
replset:PRIMARY> rs.stepDown() | |
2015-06-16T16:01:25.298-0400 I NETWORK DBClientCursor::init call() failed | |
2015-06-16T16:01:25.303-0400 E QUERY Error: error doing query: failed | |
at DBQuery._exec (src/mongo/shell/query.js:83:36) | |
at DBQuery.hasNext (src/mongo/shell/query.js:240:10) | |
at DBCollection.findOne (src/mongo/shell/collection.js:187:19) | |
at DB.runCommand (src/mongo/shell/db.js:58:41) | |
at DB.adminCommand (src/mongo/shell/db.js:66:41) | |
at Function.rs.stepDown (src/mongo/shell/utils.js:1001:43) | |
at (shell):1:4 at src/mongo/shell/query.js:83 | |
2015-06-16T16:01:25.305-0400 I NETWORK trying reconnect to 127.0.0.1:27017 (127.0.0.1) failed | |
2015-06-16T16:01:25.305-0400 I NETWORK reconnect 127.0.0.1:27017 (127.0.0.1) ok | |
replset:SECONDARY> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment