You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to limit the amount of staleness of a follower in order for it to be eligible for serving follower reads. If a follower has data that is too stale, we will still read from the leader.
The text was updated successfully, but these errors were encountered:
Summary: We should be able to limit the amount of staleness of a follower in order for it to be eligible for serving follower reads. If a follower has data that is too stale, we will still read from the leader.
Test Plan: Java unit tests
Reviewers: robert, mikhail, kannan, bharat
Reviewed By: bharat
Subscribers: bogdan, ybase, bharat
Differential Revision: https://phabricator.dev.yugabyte.com/D4823
We should be able to limit the amount of staleness of a follower in order for it to be eligible for serving follower reads. If a follower has data that is too stale, we will still read from the leader.
The text was updated successfully, but these errors were encountered: