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

[Bug] HAP kfp test failing #734

Open
1 of 2 tasks
touma-I opened this issue Oct 23, 2024 · 3 comments
Open
1 of 2 tasks

[Bug] HAP kfp test failing #734

touma-I opened this issue Oct 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@touma-I
Copy link
Collaborator

touma-I commented Oct 23, 2024

Search before asking

  • I searched the issues and found no similar issues.

Component

KFP workflows

What happened + What you expected to happen

KFP-test v1 and V2 are failing for KFP workflow without a clear indication of the source of the error. This occur as part of a PR that retriggered the workflow for ALL the transforms. They all passed except for this one.

#22 exporting to image
#22 exporting layers
#22 exporting layers 37.6s done
#22 writing image sha256:0087556f03d3b1ba79ab24771a6c73258f05ef6962832c15d671be2506c2c3fb done
#22 naming to docker.io/library/hap-ray:latest done
#22 DONE 37.6s
docker tag hap-ray:latest  quay.io/dataprep1/data-prep-kit/hap-ray:latest
make[4]: Leaving directory '/home/runner/work/data-prep-kit/data-prep-kit/transforms/universal/hap/ray'
rm -rf data-processing-lib-python
rm -rf data-processing-lib-ray
rm -rf python-transform 
make[3]: Leaving directory '/home/runner/work/data-prep-kit/data-prep-kit/transforms/universal/hap/ray'
make[3]: Entering directory '/home/runner/work/data-prep-kit/data-prep-kit/transforms/universal/hap/ray'
kind load docker-image quay.io/dataprep1/data-prep-kit/hap-ray:latest --name=dataprep
Image: "quay.io/dataprep1/data-prep-kit/hap-ray:latest" with ID "sha256:0087556f03d3b1ba79ab24771a6c73258f05ef6962832c15d671be2506c2c3fb" not yet present on node "dataprep-control-plane", loading...
Image: "quay.io/dataprep1/data-prep-kit/hap-ray:latest" with ID "sha256:0087556f03d3b1ba79ab24771a6c73258f05ef6962832c15d671be2506c2c3fb" not yet present on node "dataprep-worker2", loading...
Image: "quay.io/dataprep1/data-prep-kit/hap-ray:latest" with ID "sha256:0087556f03d3b1ba79ab24771a6c73258f05ef6962832c15d671be2506c2c3fb" not yet present on node "dataprep-worker", loading...
Screenshot 2024-10-23 at 12 42 32 PM

Reproduction script

Re-enable the kfp_ workflow for HAP and re-run CICD

Anything else

This problem is persistent even after restarting the test in travis. For now, the kfp_ folder was renamed/disable so we can proceed with other work until we find the reason for this problem.

OS

Ubuntu

Python

3.10.x

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@touma-I touma-I added the bug Something isn't working label Oct 23, 2024
@touma-I
Copy link
Collaborator Author

touma-I commented Oct 24, 2024

Image size is about 7.9GB with a large number of layers. Most likely unable to load in Travis VM.

@touma-I
Copy link
Collaborator Author

touma-I commented Oct 24, 2024

@revit13 @roytman What is the clip level for KFP_BLACK_LIST ? the hap ray image is 7.9GB and the workflow test is hanging in travis so I am assuming it is exceeding the maximum limit. Please confirm. Thanks

@revit13
Copy link
Collaborator

revit13 commented Oct 25, 2024

The size of the transformed images I observed, which were successfully tested on the Kind cluster, was around 2.5GB to 3GB. So I would say that HAP can be in the black list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants