-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-1360 add write concern tags info to getLastError #836
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
epc
commented
Apr 9, 2013
- rewrote the "w" parameter for getLastError to split out the three options better and add info about specifying a custom gle mode.
- corrected several examples
- added back in an example which disappeared
You may set a custom write concern mode as the default write concern | ||
mode using :data:`~local.system.replset.settings.getLastErrorDefaults` | ||
replica set as in the following setting: | ||
To use a custom ``getLastErrorMode`` as the default write concern |
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.
this should be cross referenced.
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.
done.
Regret my github comments gmail filter.
Addressed comments in new commit. |
Should I just close this pull req? |
I'll get to it eventually as part of a reference section revision project... |
Ok, I'll leave it open then. |
Ok, I think the revised docs have the rough equivalent of this clarification. Sorry about the wait. |
* DOCS-15078: Testing out the link markup * DOCS-15078: Removed outdated information * DOCS-15078: Minor tweak * DOCS-15078: Fix list formatting * DOCS-15078: Incorporate feedback * DOCS-15078: Minor wordsmith Co-authored-by: Sarah Olson <[email protected]>
* DOCS-15078: Testing out the link markup * DOCS-15078: Removed outdated information * DOCS-15078: Minor tweak * DOCS-15078: Fix list formatting * DOCS-15078: Incorporate feedback * DOCS-15078: Minor wordsmith Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: Sarah Olson <[email protected]>
* DOCS-15078: Testing out the link markup * DOCS-15078: Removed outdated information * DOCS-15078: Minor tweak * DOCS-15078: Fix list formatting * DOCS-15078: Incorporate feedback * DOCS-15078: Minor wordsmith Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: Sarah Olson <[email protected]>
* DOCS-15078: Testing out the link markup * DOCS-15078: Removed outdated information * DOCS-15078: Minor tweak * DOCS-15078: Fix list formatting * DOCS-15078: Incorporate feedback * DOCS-15078: Minor wordsmith Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: Sarah Olson <[email protected]>
* DOCS-15078: Testing out the link markup * DOCS-15078: Removed outdated information * DOCS-15078: Minor tweak * DOCS-15078: Fix list formatting * DOCS-15078: Incorporate feedback * DOCS-15078: Minor wordsmith Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: Sarah Olson <[email protected]>
* DOCS-15078: Testing out the link markup * DOCS-15078: Removed outdated information * DOCS-15078: Minor tweak * DOCS-15078: Fix list formatting * DOCS-15078: Incorporate feedback * DOCS-15078: Minor wordsmith Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: Sarah Olson <[email protected]>
<!-- Add a description of your PR here (optional) --> - [DOCSP-47157](https://jira.mongodb.org/browse/DOCSP-47157) - [STAGING](https://deploy-preview-836--docs-ops-manager.netlify.app/reference/configuration/#prometheus) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working. --------- Co-authored-by: John Williams <[email protected]>
…kport (836) (#888) # Backport This will backport the following commits from `master` to `v7.0`: - [DOCSP-47157 doc for Ops Manager Prometheus /metrics endpoint (#836)](10gen/docs-ops-manager#836) <!--- Backport version: 9.6.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) Co-authored-by: John Williams <[email protected]>
…kport (836) (#887) # Backport This will backport the following commits from `master` to `v8.0`: - [DOCSP-47157 doc for Ops Manager Prometheus /metrics endpoint (#836)](10gen/docs-ops-manager#836) <!--- Backport version: 9.6.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) Co-authored-by: John Williams <[email protected]>
* DOCSP-33630 one-to-one aggregation tutorial (#816) * DOCSP-34038: agg tutorials landing (#830) * DOCSP-34038: agg tut landing * full first draft * match files * small fixes * reverse coll order * RM PR fixes 1 * DOCSP-33631: multi-field join tutorial (#834) * DOCSP-33631: multi field join tut * add to available tuts * vale fix * some fixes * procedure style * NR PR fixes 1 * small fix * DOCSP-33632 Filtered Subset (#835) * DOCSP-33633: group total tutorial (#836) * DOCSP-33633: group total tut * first pass fixes * CC PR fixes 1 * small fixes * move delete statement * learning obj: * structure fixes + learning obj * small fixes * capitalization * DOCSP-34718: unpack arrays tutorial (#838) * DOCSP-34718: unpack arrays tut * vale fix * RM PR fixes * DOCSP-34717: agg tutorial cleanup + standardization (#839) * DOCSP-34717: agg tutorial cleanup/standardization * small wording fix * MW PR fixes 1 * small fixes * add interpret results step * add link to agg guide --------- Co-authored-by: Jordan Smith <[email protected]>