alibaba/GraphScope
Voir sur GitHub[BUG] Loading from large dataframe/large numpy requires holding all chunks in coordinator
Open
#2 342 ouverte le 23 déc. 2022
bugcomponent:coordinatorgood first issue
Métriques du dépôt
- Stars
- (2 401 stars)
- Métriques de merge PR
- (Merge moyen 1m) (8 PRs mergées en 30 j)
Description
Describe the bug
It looks strange that we need to accumulate all chunks in the request stream into a list in coordinator before sending to analytical engine, that would requires large available memory for the coordinator pod.