googleapis / googleapis/python-aiplatform

`grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC`

未关闭
#2,177 5 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
api: vertex-ai
主要语言
Python
星标
905
派生
465
平均合并
1 天 13 小时
30 天内合并 PR
44

描述

I am trying to use this code to submit a training job to vertex ai endpoint. However, I am seeing some errors as mentioned in the title when there are 200 pipelines sending message every second.

```python
job = pipeline_jobs.PipelineJob(
display_name="some display"),
template_path="pipeline.json",
job_id="{}-{}".format(pipeline_name,TIMESTAMP)
)

job.submit(service_account=service_account)
```

贡献指南

打开贡献指南

调研方向

Start with the PipelineJob construction and job.submit(service_account=service_account) call shown in the issue, then reproduce the failure with 200 pipelines sending messages every second. Capture the complete gRPC error and the relevant Vertex AI request context; done means identifying the cause of the _InactiveRpcError and documenting or testing a confirmed fix.

由索引模型根据 Issue 内容生成。

评估

技术栈
google-cloud, python
领域
cloud, machine-learning
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。