-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-467 new info on replica set troubleshooting #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.. note:: The :method:`rs.status()` method is a wrapper that runs the | ||
:doc:`/reference/command/replSetGetStatus` database command. | ||
|
||
- Run the :method:`rs.status()` method in a :program:`mongo` shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calculating the oplog time from the output of rs.status() is non-obvious & non-trivial. (Go ahead, try to do it!) I'd suggest removing this section: either use MMS or rs.printSlaveReplicationInfo()
- In a :program:`mongo` shell connected to the primary, call the | ||
:method:`db.printSlaveReplicationInfo()` method. | ||
|
||
The outputted document displays the ``syncedTo`` value for each member, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outputted.
* DOCSP-19107 rename all references of MQL to query api * query api -> Query API and sentence adjustment * remove Query API from versioned-api page * Removing Query API from all For a complete... statements * **
* DOCSP-23924 reformatting quickstart * DOCSP-23924 reformatting quickstart * DOCSP-23924 reformatting quickstart * DOCSP-23924 remove list and add clarification * DOCSP-23924 remove list and add clarification * DOCSP-23924 remove list and add clarification
* (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11088) Added page for Change in Value charts * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation Co-authored-by: Jocelyn Mendez <jocelynmendez@Jocelyns-MacBook-Pro.local>
* (DOCSP-12853): Release Notes v1.8.0 * Build error fixes
No description provided.