@Landertxu0 For the 14th problem, you needed to add at least one more node to the cluster (starting another connection and adding it with an ACCEPT from the first connection). Once you had at least 2, you could reduce the cluster size to 3. With 2 of 3, you have the required majority.
@friker19 @TuentiEng Tenías una conexión persistente, por lo que no ibas a poder abrir otra sesión en el daemon. No obstante, como el hilo estaba bloqueado por el problema anterior, no detectaba la inactividad/devolvía la contraseña "-.-
@very_good_boye @TuentiEng When a user passes the problem, the daemon logs it to persistent storage before sending the actual pass to the user. Due to some external circumstances, the persistent storage filled up during the afternoon, causing threads to block when writing to persistent storage.