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

Actor termination candidates now filtered by optional annotations #428

Merged
merged 2 commits into from Jun 30, 2022

Conversation

autodidaddict
Copy link
Member

If an annotation map is supplied to the stop actor control interface function (and thereby the terminate_actor function), those annotations will be used to narrow the pool of candidate actors against which the stop operation works.

For context, wadm will supply such annotations where one annotation contains the "appspec" label, a key that wadm uses to identify which resources belong to which applications.

Signed-off-by: Kevin Hoffman <autodidaddict@users.noreply.github.com>
Copy link
Member

@brooksmtownsend brooksmtownsend left a comment

Choose a reason for hiding this comment

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

LGTM, minor nit

Signed-off-by: Kevin Hoffman <autodidaddict@users.noreply.github.com>
@autodidaddict autodidaddict merged commit 1f72f27 into main Jun 30, 2022
@autodidaddict autodidaddict deleted the feat/actor_stop_annotations branch June 30, 2022 16:53
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.

None yet

2 participants