Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOn EXPERIMENTAL CHANGEFEED, ability to easily determine if provided cursor is too old #42604
Labels
Projects
Comments
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per this forum post, in 19.1 I used the error text "replica GC threshold" to determine a
cursor
provided toEXPERIMENTAL CHANGEFEED
was too old, however in 19.2 this just shows as "table not exist".Please provide a way to reliably tell if the provided cursor is too old. Also, ideally I could also know (can even be in the error message) what the oldest allowed cursor is.