-
Notifications
You must be signed in to change notification settings - Fork 243
Task system: Send incoming tasks directly to waiting executors #7315
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
Merged
achamayou
merged 35 commits into
microsoft:main
from
eddyashton:task_system_feed_consumers_directly2
Oct 29, 2025
Merged
Changes from 29 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
206e8ff
Consistent trailing underscores
eddyashton b9465d3
Allow static task names
eddyashton 44d22eb
Missing get_name
eddyashton 8fa820f
WIP: Flatten/hide JobBoard
eddyashton 7fe4375
Move JobBoard to PImpl, and directly move tasks to waiting workers
eddyashton 3c38b92
Replace .empty() with a more useful Summary
eddyashton 6c1fbc8
Refactor:
eddyashton 9573727
Oops
eddyashton 8ec6020
Split out tests of static API
eddyashton 519f4d2
Merge branch 'main' of github.com:microsoft/CCF into task_system_feed…
eddyashton 07d0004
Oops
eddyashton 3673813
Pull out ShiftSupervisor where it could be used by tests
eddyashton 4ce733e
Rename
eddyashton 9fd1d15
Use ThreadManager for tests rather than utils
eddyashton 89809e1
Tidy
eddyashton 3b53334
Restore demo's status logging
eddyashton 4404192
Convinced myself this is probably safe
eddyashton 542e9b1
Merge branch 'main' of github.com:microsoft/CCF into task_system_feed…
eddyashton b925c58
Merge branch 'main' into task_system_feed_consumers_directly2
achamayou 78e19f6
Merge branch 'main' of https://github.com/microsoft/CCF into task_sys…
eddyashton 0b403b0
Move ownership into Consumer
eddyashton 11245c3
Docs and renames and ownership fiddling, and one critical bug
eddyashton b45fc57
Restore non-owning collection
eddyashton 06ef414
Hide equivalent warnings
eddyashton b7b3f4e
Single cleanup path
eddyashton 97a78d7
Merge branch 'main' of https://github.com/microsoft/CCF into task_sys…
eddyashton fc5b0bd
s/set_worker_count/set_task_threads
eddyashton c6a938f
notaword
eddyashton 6a5ef77
Suggestions:
eddyashton eacb601
Merge branch 'main' of https://github.com/microsoft/CCF into task_sys…
eddyashton 53c8d44
Change ownership to shared pointer, to handle either side dying
eddyashton c479df7
Merge branch 'main' into task_system_feed_consumers_directly2
achamayou 81e11be
Merge branch 'main' into task_system_feed_consumers_directly2
eddyashton e902aba
Check progress at the _end_ of a range, not the start (when you're ra…
eddyashton ac247bc
Merge branch 'main' into task_system_feed_consumers_directly2
eddyashton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.