Hello,
I was reading the documentation on the strong consistency model, and had a question about the “Full partitions versus subsets“ subsection. Consistency modes | Aerospike Documentation
During the rolling upgrade, when the previous roster master comes back online, it mentions that: “for all reads to records that go to A (roster-master) every request has to resolve itself on a record-by-record basis with the partition subset stored in node C“.
Just to clarify, this example is assuming that the client has read mode LINEARIZE set, correct? If the read mode is set to SESSION then is it possible the client does a stale read to A (since there is no regime verification check between replicas done as mentioned later in the docs?)
Any info’s appreciated, thanks.