-
Notifications
You must be signed in to change notification settings - Fork 354
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
MatchingEngineIndex.create_tree_ah_index in Vertex Pipelines times out after 900 seconds #1870
Comments
@chrisk447 This seems to be the result of a breaking change in python-api-core that introduced a 900s default timeout on LROs: googleapis/python-api-core#462 Please try downgrading |
The old behavior was incorrect, there should be no assumption that core libraries would ever poll for an LRO indefinitely (old behavior). Please provide actual timeouts for any api-specific calls (i.e. something like |
Fixed in 1.21. |
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 518075999
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 518075999
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 518075999
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 518075999
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 518075999
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 518075999
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 518075999
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 522122033
…oid dataset creation 900s timeout and remove the workaround. Reference: googleapis/python-aiplatform#1870 (comment) PiperOrigin-RevId: 522122033
Environment details
google-cloud-aiplatform
version: 1.20.0Steps to reproduce
Build a kfp component using
aiplatform.MatchingEngineIndex.create_tree_ah_index
.Include google-cloud-aiplatform==1.20.0 as a package to install. Use the gcr.io/deeplearning-platform-release/base-cu100 as the docker image. Build the pipeline json using kfp.v2.dsl's component function.
Create a Vertex Pipeline using the pipeline json.
Expected result
Pipeline should continue running until matching engine index is fully created.
Code Example
Stack trace
The text was updated successfully, but these errors were encountered: