GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
Replace usage of `std::system` with a more secure method. The `std::system` can cause potential command-line injection, as warned by codefactor. For example: 
**Describe the bug** The following queries would occurs panic in Pegasus, on LDBC dataset: ``` gremlin> g.V().hasLabel("PERSON").limit(10).where(__.in("HASCREATOR").out("REPLYOF").count().is(0)) Status{code=UNKNOWN, description=execution_error: system error: kind(IOError), caused by:IOError(kind=System(ConnectionAborted)), occurred at: /workspaces/GraphScope/interactive_engine/executor/engine/pegasus/pegasus/src/data_plane/intra_process.rs:99, caused by connection...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` # Import the graphscope module import graphscope import os # 单机验证 加载图数据 from HDFS...
# **By reading the source code, there are two questions:** Source Code: ```python # Import the graphscope module import graphscope import os # 单机验证 加载图数据 from HDFS from graphscope.framework.loader import...
`CHECK(...)` failure will cause process termination. Since interactive is supposed to be providing service stably, all `CHECK`s should be removed.
**Describe the bug** Can't start Analytical. **To Reproduce** Steps to reproduce the behavior: 1. Install Graphscope helm chart with following values ```yaml engines: num_workers: 2 enabled_engines: "analytical,interactive" ``` 4. Run...
**Is your feature request related to a problem? Please describe.** Recently I found that reading papers helps to understand the GraphScope kernel code faster: [gremlin-parallelization](https://www.usenix.org/system/files/nsdi21-qian.pdf) **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** As we all know, tinkerpop supports two steps: profile() and explain(). You can mainly see the execution plan and performance...
**Describe the bug** ``` gremlin> :remote connect tinkerpop.server conf/remote.yaml Error during 'connect' - Could not establish serializer - org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0 ``` **To Reproduce** Steps to reproduce the behavior: 1. config remote.yaml...