alibaba/GraphScope

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

オープン

#2,872 opened on 2023/06/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (301 件のフォーク)batch import
component:coordinatorgood first issue

Repository metrics

Stars
 (2,401 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 8 merged PRs)

説明

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.

コントリビューターガイド