alibaba/GraphScope

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

开放

#2,342 创建于 2022年12月23日

 (0 条评论) (1 个反应) (0 位负责人)HTML (301 个派生)batch import
bugcomponent:coordinatorgood first issue

仓库指标

星标
 (2,401 个星标)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 8 个 PR)

描述

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

贡献者指南