alibaba/GraphScope
View on GitHub[BUG] Loading from large dataframe/large numpy requires holding all chunks in coordinator
Open
#2,342 opened on Dec 23, 2022
bugcomponent:coordinatorgood first issue
Repository metrics
- Stars
- (2,401 stars)
- PR merge metrics
- (Avg merge 1m) (7 merged PRs in 30d)
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.