Skip to content

Batch2 Remove Paging Iterator #6783

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

Capt-Mac
Copy link
Collaborator

@Capt-Mac Capt-Mac commented Mar 7, 2025

closes #6784

eliminate use of PagingIterator and find an alternative approach to queue workchunks without bloating memory or under utilizing available processors

@Capt-Mac Capt-Mac self-assigned this Mar 7, 2025
Copy link

github-actions bot commented Mar 7, 2025

Formatting check succeeded!

@Capt-Mac Capt-Mac changed the title modify enqueueReadyChunks without paginator to keep consumers saturated Batch2 Remove Paging Iterator Mar 7, 2025
@Capt-Mac Capt-Mac marked this pull request as ready for review March 10, 2025 19:53
Copy link
Contributor

@michaelabuckley michaelabuckley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

counter++;
}
}
// catch to prevent unlimited looping
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trivial: This counting and check probably isn't required since you do the empty check above. The next page after a short result will be empty.

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.

Paging Iterator
4 participants