alibaba/GraphScope

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

Open

#2.872 aberto em 13 de jun. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (301 forks)batch import
component:coordinatorgood first issue

Métricas do repositório

Stars
 (2.401 stars)
Métricas de merge de PR
 (Mesclagem média 1m) (8 fundiu PRs em 30d)

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.

Guia do colaborador