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

[Sample, Component] XGBoost sample test flakiness #2405

Closed
numerology opened this issue Oct 16, 2019 · 0 comments · Fixed by #2411
Closed

[Sample, Component] XGBoost sample test flakiness #2405

numerology opened this issue Oct 16, 2019 · 0 comments · Fixed by #2411

Comments

@numerology
Copy link

Currently we're observing ongoing flakiness of XGBoost sample. A brief investigation shows that it's highly likely caused by the fact that we currently do not have a way to correctly specify the new GCP dataproc_delete_cluster as exit handler component, then argo cannot determine the execution order properly, resulting in race condition.

What do we need:
This should be fixed by modifying the corrensponding component yaml spec. For example, the generated ContainerOp should have is_exit_handler = True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment