-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-415 diaglogging: add warning that log is kept open by mongod #280
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
Merged
Conversation
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
Added new glossary entry "diagnostic log" Added new warning cleaned unrelated formatting in configuration-options.txt
to stop writing data to the :term:`diagnostic log` file, however the | ||
:program:`mongod` instance will continue to keep the file open. | ||
If you want to rename, move, or delete the diagnostic log you must | ||
cleanly shut down the :program:`mongod` instance before doing so. |
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.
we don't have good documentation of what "clean shutdown" is.
mongo-cr-bot
pushed a commit
that referenced
this pull request
Jan 11, 2022
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* DOCSP-32186 Clarifies version information" * Minor edits * Minor edits * Minor edits * Version callout * Spacing * Fixes per Joe
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 2, 2025
* DOCSP-31464: Initial 1.10.2 Release Notes * DOCSP-31464: Fix typo * DOCSP-31464: Adds 1.10.3 Release Notes info * DOCSP-31464: Update link
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 9, 2025
* (DOCSP-11197): Wildcard index clarifications * copy review edits * updates per review
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 11, 2025
* DOCSP-28427 Data Lake Storage - New docs resource * DOCSP-28427 updates for review feedback * DOCSP-28427 updates for feedback
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 17, 2025
(cherry picked from commit 86a890d)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 17, 2025
(cherry picked from commit 86a890d)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 17, 2025
(cherry picked from commit 86a890d)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* DOCSP-20056: UTF-8 validation options
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 24, 2025
(cherry picked from commit 4409e9e) Co-authored-by: Mike Woofter <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 25, 2025
* DOCSP-22293: Records and Codec Provider
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 30, 2025
(cherry picked from commit cfd5002)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added new glossary entry "diagnostic log"
Added new warning
cleaned unrelated formatting in configuration-options.txt