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
Seshu Pasam opened DATAMONGO-1057 and commented
AbstractMongoQuery.SlicedExecution#execute() skips every nth element. Say the page size is 20, every 21st element is skipped. This is because of the pageSize increment
AbstractMongoQuery.SlicedExecution#execute()
Affects: 1.6 GA (Evans)
Referenced from: pull request #226
Backported to: 1.6.1 (Evans SR1)
The text was updated successfully, but these errors were encountered:
Christoph Strobl commented
Thanks for reporting that's a serious one!
Sorry, something went wrong.
Oliver Drotbohm commented
Slightly altered the implementation code to be more simple than what we ended up with so far. Merged into the Evans bugfix branch
christophstrobl
No branches or pull requests
Seshu Pasam opened DATAMONGO-1057 and commented
AbstractMongoQuery.SlicedExecution#execute()
skips every nth element. Say the page size is 20, every 21st element is skipped. This is because of the pageSize incrementAffects: 1.6 GA (Evans)
Referenced from: pull request #226
Backported to: 1.6.1 (Evans SR1)
The text was updated successfully, but these errors were encountered: