-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed "experimental" from experimental_follower_read_timestamp #8816
Removed "experimental" from experimental_follower_read_timestamp #8816
Conversation
v20.2/follower-reads.md
Outdated
@@ -65,14 +65,14 @@ To verify that your cluster is performing follower reads: | |||
|
|||
### Run queries that use follower reads | |||
|
|||
<a name="experimental-follower-read-timestamp"></a> | |||
<a name="follower-read-timestamp"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW this anchor can be deleted, nothing is pointing to it (I was just making this exact PR until I saw this lol)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! I see - sorry to step on your toes with this PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You did not - in fact I'm thrilled - thanks for doing this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NP! Just removed that anchor.
4c1dd88
to
adf19b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @andreimatei and @rmloveland)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @lnhsingh and @rmloveland)
Fixes #8166.
FYI @rmloveland