-
Notifications
You must be signed in to change notification settings - Fork 43
Update troubleshooting guidance #576
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
Update troubleshooting guidance #576
Conversation
✅ Deploy Preview for docs-java ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -269,8 +269,9 @@ Monitor Thread Exception | |||
|
|||
INFO: Exception in monitor thread while connecting to server ssc-cluster-01-shard-00-02.9cbnp.mongodb.net:27017 | |||
|
|||
To resolve this error, you must install certificates as described under | |||
:ref:`Security Certificate Errors <java-connection-certificate>`. | |||
This log line indicates that the monitoring thread that continuously |
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 log line indicates that the monitoring thread that continuously | |
This log line indicates that the monitor that continuously |
To resolve this error, you must install certificates as described under | ||
:ref:`Security Certificate Errors <java-connection-certificate>`. | ||
This log line indicates that the monitoring thread that continuously | ||
checks the status of each node in the replica set failed to contact one of the nodes. |
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.
It's either each replica set member or each mongos server, depending on deployment type.
(cherry picked from commit f0b3abf)
(cherry picked from commit f0b3abf)
(cherry picked from commit f0b3abf)
(cherry picked from commit f0b3abf)
(cherry picked from commit f0b3abf)
(cherry picked from commit f0b3abf)
(cherry picked from commit f0b3abf)
(cherry picked from commit f0b3abf)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCS-16861
Staging - https://deploy-preview-576--docs-java.netlify.app/connection-troubleshooting/#monitor-thread-exception
Self-Review Checklist