alibaba/GraphScope

Coordinator should not try to pull all resources after restarts, it should connect.

开放

#2,872 创建于 2023年6月13日

 (0 条评论) (0 个反应) (0 位负责人)HTML (301 个派生)batch import
component:coordinatorgood first issue

仓库指标

星标
 (2,401 个星标)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 8 个 PR)

描述

In kubernetes deployment if the coordinator restarts due to OOM or pod evicted, it will try to pull all components again upon start up, and it will fail cause all resources is already exists, thus causing a infinite failed condition.

It should try to connect in such case.

贡献者指南