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.
[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 :

  • Le ReplicaSet (un serveur Secondary) n'a pas réussi à trouver le serveur Primary. Il est possible qu'une élection ait lieu.
[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é :

  • L'envoi de la donnée sur le cluster Mongo à échoué. Il est possible qu'une élection ait lieu.
[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  :

  • La communication au cluster Mongo n'est pas établie sur le serveur Primary.  Il est possible qu'une élection ait lieu.
[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 :

La connexion au serveur ou cluster Mongo n'est plus établie.

  • Si la connexion n'est plus établie sur un cluster Mongo, il est possible qu'une élection ait lieu.
[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.