alibaba/GraphScope

[BUG] Loading from large dataframe/large numpy requires holding all chunks in coordinator

Open

#2.342 aberto em 23 de dez. de 2022

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)HTML (301 forks)batch import
bugcomponent: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

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.

https://github.com/alibaba/GraphScope/blob/b80a35599424580325a750e734f8a3b2dead2a5b/coordinator/gscoordinator/dag_manager.py#L77-L107

Guia do colaborador