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

Removed what appears to be a redundant modification to the partition … #61

Closed
wants to merge 1 commit into from

Conversation

cstamford
Copy link

…which was causing the range to overrun.

See #60 for context. I don't know if this is the optimal fix though, just that it solves the issue for me.

@dougbinks dougbinks self-assigned this Feb 27, 2021
@dougbinks dougbinks self-requested a review February 27, 2021 10:32
@dougbinks dougbinks added the bug label Feb 27, 2021
@dougbinks
Copy link
Owner

The purpose of this range modification is to ensure that we only process the minimal amount of work needed on the thread which is adding tasks. Other threads may start to steal tasks, such that the pipe will be able to accept more tasks. I'd rather not remove this feature, so will investigate #60 first.

@dougbinks
Copy link
Owner

I've pushed a fix to #60 - if that works for you I'll close this PR as I'd like to keep the range adjustment.

@dougbinks
Copy link
Owner

Closing as the fix resolves your issue #60

@dougbinks dougbinks closed this Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants