alibaba/GraphScope

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

Open

#2,872 建立於 2023年6月13日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)HTML (301 fork)batch import
component:coordinatorgood first issue

倉庫指標

Star
 (2,401 star)
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.

貢獻者指南