alibaba/GraphScope
View on GitHubCoordinator should not try to pull all resources after restarts, it should connect.
Open
#2,872 opened on Jun 13, 2023
component:coordinatorgood first issue
Repository metrics
- Stars
- (2,401 stars)
- PR merge metrics
- (Avg merge 1m) (7 merged PRs in 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.