-
Notifications
You must be signed in to change notification settings - Fork 638
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
Introduce record distribution behavior #11660
Labels
component/engine
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.2.0
Marks an issue as being completely or in parts released in 8.2.0
Comments
3 tasks
14 tasks
ghost
pushed a commit
that referenced
this issue
Mar 7, 2023
11926: Add command distribution behavior r=remcowesterhoud a=remcowesterhoud ## Description <!-- Please explain the changes you made here. --> This PR introduces the `CommandDistributionBehavior` this behavior is responsible for distributing commands in a generic way. Note, this code is untested as of now. Since we test engine behavior and not specific behavior implementations it will be tested when we've switched the `DeploymentCreateProcessor` to this new way of distributing. `@korthout` Sorry for assigning you this review but I think some more in-depth knowledge about the topic is useful for this one. ## Related issues <!-- Which issues are closed by this PR or are related --> closes #11660 Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
ghost
pushed a commit
that referenced
this issue
Mar 7, 2023
11926: Add command distribution behavior r=remcowesterhoud a=remcowesterhoud ## Description <!-- Please explain the changes you made here. --> This PR introduces the `CommandDistributionBehavior` this behavior is responsible for distributing commands in a generic way. Note, this code is untested as of now. Since we test engine behavior and not specific behavior implementations it will be tested when we've switched the `DeploymentCreateProcessor` to this new way of distributing. `@korthout` Sorry for assigning you this review but I think some more in-depth knowledge about the topic is useful for this one. ## Related issues <!-- Which issues are closed by this PR or are related --> closes #11660 Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
ghost
pushed a commit
that referenced
this issue
Mar 7, 2023
11926: Add command distribution behavior r=remcowesterhoud a=remcowesterhoud ## Description <!-- Please explain the changes you made here. --> This PR introduces the `CommandDistributionBehavior` this behavior is responsible for distributing commands in a generic way. Note, this code is untested as of now. Since we test engine behavior and not specific behavior implementations it will be tested when we've switched the `DeploymentCreateProcessor` to this new way of distributing. `@korthout` Sorry for assigning you this review but I think some more in-depth knowledge about the topic is useful for this one. ## Related issues <!-- Which issues are closed by this PR or are related --> closes #11660 Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/engine
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.2.0
Marks an issue as being completely or in parts released in 8.2.0
STARTED
eventDISTRIBUTING
event for each partitionDepends on
RecordDistribution
record #11657The text was updated successfully, but these errors were encountered: