-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
ALL
-
-
Repl 2024-08-19
A query with rc:linearizable targetting a single document should return the latest version of this document that had gotten an acknowledgement according to the wall-clock of the client, however yielding can break this guarantee, e.g. if the query scans an index and a concurrent write updates the position of the document in the index.
rc:linerizable queries should work on a consistent snapshot of the data to prevent this anomaly.