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 (2.401 Stars) (301 Forks)batch import
component:coordinatorgood first issue

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