Skip to content
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

Fix Non-Stable Paging #1000

Merged
merged 1 commit into from
May 17, 2023
Merged

Fix Non-Stable Paging #1000

merged 1 commit into from
May 17, 2023

Conversation

alexanderkiel
Copy link
Member

I was actually not using an as-of database for requests with a __t query param. So although the database was synced on t, as sync returns the newest database with at least t, we were operating on a to new database if writes happened in between. A simple as-of call to the database will do the trick to get a database with exactly t.

I was actually not using an as-of database for requests with a __t
query param. So although the database was synced on t, as sync returns
the newest database with at least t, we were operating on a to new
database if writes happened in between. A simple as-of call to the
database will do the trick to get a database with exactly t.
@alexanderkiel alexanderkiel self-assigned this May 17, 2023
@alexanderkiel alexanderkiel added bug Something isn't working module:rest-util labels May 17, 2023
@alexanderkiel alexanderkiel added this to the v0.20.7 milestone May 17, 2023
@alexanderkiel alexanderkiel merged commit abef820 into develop May 17, 2023
125 checks passed
@alexanderkiel alexanderkiel deleted the stable-paging branch May 17, 2023 19:11
@alexanderkiel alexanderkiel modified the milestones: v0.20.7, v0.21.0 Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:rest-util
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant