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

[4.3] KCRO-24: address pagination issue when querying MODBs #6519

Merged
merged 1 commit into from
May 2, 2020

Conversation

jamesaimonetti
Copy link
Member

Prior, when page_size and filters are in play with a query, the
next_db clause would not match (since PageSize wasn't
'infinity'). This would lead to results being missed in the intial
query and subsequent queries would skip over to the next group of
results.

Instead, consider if there is a next last key only for whether to
query the current DB again.

Prior, when page_size and filters are in play with a query, the
next_db clause would not match (since PageSize wasn't
'infinity'). This would lead to results being missed in the intial
query and subsequent queries would skip over to the next group of
results.

Instead, consider if there is a next last key only for whether to
query the current DB again.
@icehess icehess merged commit 12fe089 into 4.3 May 2, 2020
@icehess icehess deleted the KCRO-24-4.3 branch May 2, 2020 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants