-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Orchestration - Flakiness in small samples when using PNS executor #5285
Comments
/assign @chensun @neuromage I think we need to discuss this problem, from KFP side, we could automatically mount emptyDir for users. |
/cc @jessesuen @alexec |
Hmm, strange, I'm not seeing flakiness anymore I'll keep observing this problem |
I'll revert back to docker as default for current release, but we should evaluate possibility of mounting emptyDir volumes for artifact paths for users. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We now recommend emissary executor instead: #1654 (comment) |
In #5273, I switched to PNS executor by default. After that, it seems lightweight component sample fail more frequently than before.
(It failed 3 times consecutively in an example I found, but it seems to me that the last two failures should be fixed by #5284, we can observe the actual flakiness rate after the change)
Symptom, pipeline components that run too fast fail with:
https://oss-prow.knative.dev/view/gs/oss-prow/pr-logs/pull/kubeflow_pipelines/4147/kubeflow-pipeline-sample-test/1369916972707352576#1:build-log.txt%3A5681
Root cause seems to be: argoproj/argo-workflows#1256 (comment)
And workarounds can be:
The text was updated successfully, but these errors were encountered: