alibaba/GraphScope

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

Open

#2 872 ouverte le 13 juin 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)HTML (301 forks)batch import
component:coordinatorgood first issue

Métriques du dépôt

Stars
 (2 401 stars)
Métriques de merge PR
 (Merge moyen 1m) (8 PRs mergées en 30 j)

Description

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.

Guide contributeur