alibaba/GraphScope

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

Open

#2,342 建立於 2022年12月23日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)HTML (301 fork)batch import
bugcomponent:coordinatorgood first issue

倉庫指標

Star
 (2,401 star)
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

貢獻者指南