Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
Reads in Tephra set a time range up to readPointer + 1. This means that previously written (uncached) writes from the same transaction will not be visible. Reads need to set the time range up to writePointer + 1 instead to guarantee that previous writes from the same transaction are visible.