Wed Apr 25 17:20:42 [conn417285] replSet replSetReconfig config object parses ok, 7 members specified
Wed Apr 25 17:20:42 [conn417285] replSet replSetReconfig [2]
Wed Apr 25 17:20:42 [conn417285] replSet info saving a newer config version to local.system.replset
Wed Apr 25 17:20:42 [conn417285] replSet saveConfigLocally done
Wed Apr 25 17:20:42 [conn417285] replSet relinquishing primary state
Wed Apr 25 17:20:42 [conn417285] replSet SECONDARY
Wed Apr 25 17:20:42 [conn417285] replSet closing client sockets after reqlinquishing primary
Wed Apr 25 17:20:42 [conn417285] replSet PRIMARY
In certain circumstances, the primary steps down (perhaps transiently) on a reconfiguration. On a step-down, the primary closes sockets from clients to assure the clients know quickly that the server is no longer primary. Thus, your shell session may experience a disconnect on a reconfig command.
{"_id" : "myrepl","version" : 19,"members" : [{"_id" : 0,"host" : "10.0.51.1:27017","priority" : 10,"tags" : {"dc" : "va"}},{"_id" : 1,"host" : "10.0.51.2:27017","priority" : 20,"tags" : {"dc" : "va"}},{"_id" : 2,"host" : "10.0.51.3:27017","tags" : {"dc" : "va"}},{"_id" : 3,"host" : "10.0.51.20:27017","priority" : 0,"hidden" : true,"tags" : {"dc" : "va"}},{"_id" : 4,"host" : "10.0.51.21:27017","arbiterOnly" : true},{"_id" : 5,"host" : "10.0.51.4:27017","tags" : {"dc" : "va"}},{"_id" : 6,"host" : "mongo901:27017","votes" : 0,"priority" : 0,"hidden" : true,"tags" : {"dc" : "ca"}}]}
{"_id" : "myrepl","version" : 20,"members" : [{"_id" : 0,"host" : "10.0.51.1:27017","priority" : 10,"tags" : {"dc" : "va"}},{"_id" : 1,"host" : "10.0.51.2:27017","priority" : 20,"tags" : {"dc" : "va"}},{"_id" : 2,"host" : "10.0.51.3:27017","tags" : {"dc" : "va"}},{"_id" : 3,"host" : "10.0.51.20:27017","votes" : 0,"priority" : 0,"hidden" : true,"tags" : {"dc" : "va"}},{"_id" : 4,"host" : "10.0.51.21:27017","arbiterOnly" : true},{"_id" : 5,"host" : "10.0.51.4:27017","tags" : {"dc" : "va"}},{"_id" : 6,"host" : "mongo901:27017","votes" : 0,"priority" : 0,"hidden" : true,"tags" : {"dc" : "ca"}}]}
Can you post the config -- rs.conf() -- before and after as well as
the status -- rs.status()?
Also, please post the logs from before the save showing that state of
the world in terms of who was up/down via the replica status messages.
> For more options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.
Can you post the config -- rs.conf() -- before and after as well as
the status -- rs.status()?
Also, please post the logs from before the save showing that state of
the world in terms of who was up/down via the replica status messages.
> mongodb-user+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.
Can you post the config -- rs.conf() -- before and after as well as
the status -- rs.status()?
Also, please post the logs from before the save showing that state of
the world in terms of who was up/down via the replica status messages.
> mongodb-user+unsubscribe@googlegroups.com.