-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-4522: adds new mongotop error message for 2.8 #2096
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
local.startup_log 0ms 0ms 0ms | ||
local.system.indexes 0ms 0ms 0ms | ||
local.system.namespaces 0ms 0ms 0ms | ||
local.system.replset 0ms 0ms 0ms |
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.
local.system.indexes and local.system.namespaces should only appear in mmapv1? either want to note that or produce an alternate output example?
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.
I've added a note!
ec72fe7
to
24c2ff5
Compare
- Updates ticket scope to actually only report on new error messaging, since behaviour has not changed from 2.6 -> 2.8.
24c2ff5
to
671cade
Compare
Merged. |
* DOCS-15475 collMod disabled on system.bucket namespace * Updated with tech review feedback * Updated with copy review feedback * Renamed table include to adhere to conventions
Co-authored-by: jason-price-mongodb <[email protected]>
Co-authored-by: jason-price-mongodb <[email protected]> (cherry picked from commit b8ec7fa)
Co-authored-by: jason-price-mongodb <[email protected]> (cherry picked from commit b8ec7fa)
Co-authored-by: jason-price-mongodb <[email protected]> (cherry picked from commit b8ec7fa)
Co-authored-by: jason-price-mongodb <[email protected]> (cherry picked from commit b8ec7fa)
Co-authored-by: jason-price-mongodb <[email protected]> (cherry picked from commit b8ec7fa)
Co-authored-by: jason-price-mongodb <[email protected]> (cherry picked from commit b8ec7fa)
Co-authored-by: jason-price-mongodb <[email protected]> (cherry picked from commit b8ec7fa)
(cherry picked from commit b8ec7fa) Co-authored-by: jason-price-mongodb <[email protected]>
Co-authored-by: jason-price-mongodb <[email protected]>
Also adds a general note that mongotop throws an error when the primary isn't available and it's connected to replica set.
LGTM'd by Wisdom.