Warning
Un ReplicaSet d'un cluster Mongo ne peut pas à contacter le serveur Primary :
- Le ReplicaSet (un serveur Secondary) n'arrive pas à contacter le serveur Primary. Il est possible qu'une élection ait lieu.
| Code Block | ||||
|---|---|---|---|---|
| ||||
[YYYY-MM-DD HH:MM:SS] WARNING: [ WebUI ] [SLA][TICK] The ReplicaSet could not contact the primary on the cluster (mongodb://localhost/?w=1&fsync=false), maybe an election is running. |
Un ReplicaSet d'un cluster Mongo ne trouve pas le serveur Primary :
| Code Block | ||||
|---|---|---|---|---|
| ||||
[YYYY-MM-DD HH:MM:SS] WARNING: [ WebUI ] [SLA][TICK] The ReplicaSet did not found the primary on the cluster (mongodb://localhost/?w=1&fsync=false), maybe an election is running. |
L'envoie de la donnée au cluster Mongo à échoué :
| Code Block | ||||
|---|---|---|---|---|
| ||||
[YYYY-MM-DD HH:MM:SS] WARNING: [ WebUI ] [SLA][TICK] The data transport on the cluster (mongodb://localhost/?w=1&fsync=false) failed, maybe an election is running. |
La communication au cluster Mongo n'est pas établie sur le serveur Primary :
| Code Block | ||||
|---|---|---|---|---|
| ||||
[YYYY-MM-DD HH:MM:SS] WARNING: [ WebUI ] [SLA][TICK] Trying to communicate with a mongo instance from a cluster (mongodb://localhost/?w=1&fsync=false) that is not the a primary, maybe an election is running. |
Erreur
La connexion au serveur Mongo n'est plus établie :
| Code Block | ||||
|---|---|---|---|---|
| ||||
[YYYY-MM-DD HH:MM:SS] WARNING: [ WebUI ] [SLA][TICK] Trying to communicate with a mongo instance (mongodb://localhost/?w=1&fsync=false), but the connection is closed. Check your connection of your mongo. If mongo is a cluster maybe an election is running. |