Skip to content

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

Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/connection-troubleshooting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This log line indicates that the monitoring thread that continuously
This log line indicates that the monitor that continuously

checks the status of each node in the replica set failed to contact one of the nodes.
Copy link
Collaborator

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.

This is an expected message during server maintenance operations and can be safely ignored.

Certificate Request Exception
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
Loading