Currently, if a server restarts on a new port, the new address information isn't getting properly refreshed back to the leader of the quorum. So, in linked_list-test for example, we need to keep constant RPC ports after the restarts, or else the consensus startup fails on restart. We should somehow use the master's TS descriptor information to resolve the UUIDs into RPC addresses.