I start replicas in the same build/ folder and use the identical config/currentView file. At first, I start the system with 4 replicas, and the first starting replica creates the currentView file. Then, I reconfigures to add more replicas to the system one by one without deleting the currentView file. Afterwards, the new replicas print the configuration information at beginning, showing always F=1. So I wonder whether those replicas including old ones can adjust F and quorum automatically after new replicas are connected, or I should delete config/currentView before starting new added replicas.