yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.87k stars 1.05k forks source link

Eventually-consistent reads from a tablet replica without any committed records will time out indefinitely #124

Open mbautin opened 6 years ago

mbautin commented 6 years ago

Jira Link: DB-1875 Found when investigating #120. The issue is because we need to obtain a safe time value when reading, and we currently don't allow that safe time to be the minimum possible hybrid time. We wait to get the propagated safe time from the leader, or learn about an operation with a certain hybrid time being committed in Raft.

rthallamko3 commented 1 year ago

@amitanandaiyer , Seems like bc3bc7d fixes this? Can we close this issue?