For reads on the followers, there are two types: (1) linearizable reads: it requires a working cluster, i.e. it must have a leader. The linearizable read algorithm makes sure that it won't read stale data. (2) stale reads: it works even if there is only one server. It may read stale data.
Tsz-Wo
