-
Notifications
You must be signed in to change notification settings - Fork 7
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
[BUG] Infinite loop during the pagination of search results #226
Comments
The bug is triggered even after setting the page size to |
Strangely enough, I'm not able to replicate the issue when running the plugin with a breakpoint within |
I was actually able to trigger the bug while running the debugger and noticed the PointInTimeBuilder object changes its reference ID from iteration to iteration. I think even though the debugger is paused, the timeout of the PIT is still running in the background, and the PIT is regenerated. |
Describe the bug
During the testing of #180, it was detected a bug on the Command Manager where the code to paginate the search results enters an infinite loop.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Plugins
Command Manager.
Additional context
#213 (review)
The text was updated successfully, but these errors were encountered: