alibaba/GraphScope
Vedi su GitHubCoordinator should not try to pull all resources after restarts, it should connect.
Open
#2872 aperta il 13 giu 2023
component:coordinatorgood first issue
Metriche repository
- Star
- (2401 star)
- Metriche merge PR
- (Merge medio 1m) (8 PR mergiate in 30 g)
Descrizione
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.