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

[core] OCTRL-912 Cancel calls pending await upon environment destruction #602

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

knopers8
Copy link
Collaborator

@knopers8 knopers8 commented Aug 2, 2024

This addressed the problem of having stuck calls waiting for something to receive from c.await which outlive the parent environments. This may happen if awaited trigger never occurs after it has been started, e.g. if trigger is before_START_ACTIVITY and await is after_START_ACTIVITY, but the environments fails to transition to RUNNING.

This addressed the problem of having stuck calls waiting for something to receive from c.await which outlive the parent environments.
This may happen if awaited trigger never occurs after it has been started, e.g. if trigger is before_START_ACTIVITY and await is after_START_ACTIVITY, but the environments fails to transition to RUNNING.
@knopers8
Copy link
Collaborator Author

@teo @justonedev1 could you review please?

@knopers8 knopers8 merged commit 865db66 into AliceO2Group:master Aug 20, 2024
2 checks passed
@knopers8 knopers8 deleted the clear-await branch August 20, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants