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

[GORDO-1552] Implement conductor canceled state #18423

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

jvolmer
Copy link
Contributor

@jvolmer jvolmer commented Mar 23, 2023

Adds cancel state that cleans up worker and spawn actors (meaning they are set to finished, such that garbage collection can delete them).

I changed all other final states (Done, FatalError and AQLResultsAvailable) do the same cleanup.

When the cleanup is finished in all these states, the conductor changes its execution state to Finished state, which cleans up the conductor.

@jvolmer jvolmer added the 3 Pregel Graph processing label Mar 23, 2023
@jvolmer jvolmer requested review from markuspf and a team March 23, 2023 15:09
@jvolmer jvolmer self-assigned this Mar 23, 2023
@cla-bot cla-bot bot added the cla-signed label Mar 23, 2023
@markuspf markuspf changed the title [GOROD-1552] Implement conductor canceled state [GORDO-1552] Implement conductor canceled state Mar 23, 2023
@jvolmer jvolmer force-pushed the feature/gordo-1550-implement-storing-state-in-conductor-actor branch 2 times, most recently from 4bb035a to 79c28b5 Compare March 23, 2023 17:36
@jvolmer jvolmer force-pushed the feature/gordo-1552-conductor-canceled-state branch from 6d221bd to c0ab579 Compare March 23, 2023 21:21
An error occurred while trying to automatically change base from feature/gordo-1550-implement-storing-state-in-conductor-actor to devel March 24, 2023 09:04
@jvolmer jvolmer force-pushed the feature/gordo-1552-conductor-canceled-state branch from c0ab579 to b6e5eba Compare March 24, 2023 09:20
@jvolmer jvolmer force-pushed the feature/gordo-1552-conductor-canceled-state branch from b6e5eba to 4551396 Compare March 24, 2023 16:29
@jvolmer jvolmer requested review from a team as code owners March 24, 2023 16:29
@jvolmer jvolmer changed the base branch from feature/gordo-1550-implement-storing-state-in-conductor-actor to devel March 24, 2023 16:30
@jvolmer jvolmer force-pushed the feature/gordo-1552-conductor-canceled-state branch from 4551396 to 2524de5 Compare March 24, 2023 17:45
@markuspf markuspf merged commit 9eac5d6 into devel Mar 27, 2023
@markuspf markuspf deleted the feature/gordo-1552-conductor-canceled-state branch March 27, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 Pregel Graph processing cla-signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants