Empty folders are left in the replica set.
To add members to replica set, start mongod instances on multiple machines.
This is because the driver only uses the host names in the replica set configuration to create the hash for its persistent connections.
Esto es así debido a que el controlador solamente utiliza los nombres de host de la configuración del conjunto de réplica para crear el hash para sus conexiones persistentes.
/ replica set (you probably never should do this)
No server in a replica set connection was identified as the primary.
Ningún servidor de una conexión a un conjunto de réplicas fue identificado como el primario.
In a replica set one node is primary node and remaining nodes are secondary.
En un conjunto de réplicas, un nodo es el nodo primario y los nodos restantes son secundarios.
To check the replica set configuration issue the command rs.conf().
Para comprobar la configuración del conjunto de réplicas, emitir el comando rs.conf ().
One other strategy is to remove replication from a copy of the replica set, upgrade that project and convert it into a new design master from which new replicas are created.
Una otra estrategia es eliminar la replicación de una copia del conjunto de réplicas, actualizar ese proyecto y convertirlo en un nuevo diseño maestro desde el cual se crean nuevas replicas.
After the recovery of failed node, it again join the replica set and works as a secondary node.
Después de la recuperación del nodo que ha fallado, se unen de nuevo el conjunto de réplicas y funciona como un nodo secundario.
Review the required attributes and the optional attributes for a healthy member object in the same replica set.
Revisar los atributos necesarios y los atributos opcionales para un objeto de miembro correcto en el mismo conjunto de réplicas.
If you have to recover the replica set by restoring the system state, follow these steps
Si tiene que recuperar el conjunto de réplicas mediante restaurar el estado del sistema, siga estos pasos
The computer that is configured for the authoritative restore is configured to be authoritative for all the data that you want to replicate to replica set members.
El equipo que está configurado para la restauración autoritativa está configurado que tiene autoridad para todos los datos que desea replicar en miembros del conjunto de réplicas.
It is possible to specify how many members of an replica set have to acknowledge the write (i.e. have it replicated) before the write is deemed acknowledged and the operation returns.
Es posible especificar cuántos miembros de un conjunto de réplica tienen que reconocer la escritura (esto es, tiene que replicarla) antes de que la escritura se estime como reconocida y la operación devuelve.