-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
ALL
-
v8.0
-
Repl 2024-05-27, Repl 2024-06-10
-
200
`afterClusterTime` is somewhat misleading: it does not guarantee that a read will happen after the specified time; rather, it guarantees that a read will happen at or after the specified time. non_transaction_snapshot_reads_retry.js should allow a read to happen at the specified time, not just after.