alibaba/GraphScope

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

Open

#2.872 geöffnet am 13. Juni 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (301 Forks)batch import
component:coordinatorgood first issue

Repository-Metriken

Stars
 (2.401 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1m) (8 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide