I'm reading the strong consistency mode for aerospike manual. In the last example "Strong Consistency for reads", they explain that in case of a partition, they need a concept called "regime" to ensure linearization of reads. Why do we need that? writes to the minority would not succeed, as they won't be replicated, so what are we worrying about? missing writes to the active master?