Post the output of rs.conf()--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/ddeb188f-b56d-4735-9ecd-f47add515c00%40googlegroups.com.
Hi,That is the designed behavior maybe, if the replication lag was over 10s when you issued the first command, and went under it, when you issued the second.Check this ticket for example : https://jira.mongodb.org/browse/SERVER-18753Most probably you have a replication lag floating on the border of 10s interval, or between the two commands it went under the 10 s treshold. You may can monitor the replication lag to prove this idea.As you can check here: https://docs.mongodb.com/manual/reference/method/rs.stepDown/#rs.stepDown for the stepdown command should have the same behavior.You can play around with the timeout parameter on the shutdown command, or use the force.Best,Attila
2017-01-01 17:44 GMT+01:00 'Rhys Campbell' via mongodb-user <mongod...@googlegroups.com>:
Post the output of rs.conf()
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.