GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统

Results 486 GraphScope issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. In `GIE-IR`, it would fuse `filter` into `Auxilia` to enable optimization of pushing filter down into Store...

bug
component:gie

Signed-off-by: bifenglin ## What do these changes do? `Session` persistence and restore, It includes session config and graph object. ## Related issue number #287 Fixes

**Describe the bug** It is a bit troubling for users that they cannot install the latest releases even after they upgrade their python and pip, and we have no bandwidth...

component:dev-infra

有几点建议: 1、香港镜像地址有时候在 aws ec2 上拉取超时,是否考虑可以放到国内? 比如:registry.cn-hongkong.aliyuncs.com -> registry.cn-hangzhou.aliyuncs.com 2、感觉大部分的交互和原理都属于黑盒,用户只能一键使用和调API,如果步骤中出现任何报错, 都容易迷茫或手足无措。 期待能够完善下相关文档,比如整体架构及各个模块的介绍应用,这样排查问题也相对容易点。 3、ubuntu镜像是否能把基础工具封装进去,有时候容器中无法联网安装,排查故障非常不方便。 比如dnsutils(dig,ping,nslookup)等? 4、官方文档中常见问题中钉钉已经失效,请更新下,要不然联系不到技术支持。 以上几点只是目前碰到的问题,最后感谢开发者李东泽帮助排查问题。

enhancement

Sometimes the results of gremlin query are large, so that the pagination becomes necessary in that case.

component:gie

Currently, compiling gaia_runtime will depend on maxgraph-store, which depends on rocks-db and a lot of other stuffs, which is unnecessary and time-consuming.

component:gie

**Is your feature request related to a problem? Please describe.** as titled. **Additional context** Add any other context or screenshots about the feature request here.

component:gie
priority:high

**Describe the bug** 创建子图的时候,出现类型错误 **To Reproduce** Steps to reproduce the behavior: 1. 载图数据大概 39G ,`k8s_vineyard_mem` 与 `k8s_engine_mem` 都为 50G,通过Python发起Gremlin查询 时配置的参数是 `engine_params = 70000M` 2.调用 `graphscope.interactive.query.InteractiveQuery.subgraph` 接口,执行 `g.V().hasLabel('intopieces').has('commit_time',neq(0)).as('a').out().in().hasLabel('intopieces').as('b').where('a',gt('b')).by('commit_time').outE().limit(10)` 语句 3. 出现以下错误...

bug
component:gae

- [ ] GAE - [ ] GIE - [ ] GLE - [ ] Coordinator - [ ] Groot - [ ] Runtime

component:dev-infra

The coordinator has multiple non-related functionalities, and we should break it up into small modules and make it more clear.

component:coordinator