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

fix bug in WS #17

Merged
merged 2 commits into from
Nov 8, 2023
Merged

fix bug in WS #17

merged 2 commits into from
Nov 8, 2023

Conversation

c-cube
Copy link
Owner

@c-cube c-cube commented Nov 8, 2023

nasty bug that only manifests when there's >= 2 WS pools active, and we try to spawn a task from one of them onto the other.

only do it if we actually want to spawn the task on pool A while running
on a worker of A (not a worker on B).
@c-cube c-cube changed the base branch from wip-ws-2023-10-25 to wip-fork-join-less-wasteful November 8, 2023 01:06
src/ws_pool.ml Show resolved Hide resolved
@c-cube c-cube merged commit 7452ad0 into wip-fork-join-less-wasteful Nov 8, 2023
3 checks passed
@c-cube c-cube deleted the wip-fix-wrong-ws-pool branch November 8, 2023 14:41
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