Expected behavior 期望表现
比如这种查询 http://localhost:8080/graphs/gods_relation_2/traversers/rings?source="1:pluto"&direction=OUT&max_depth=5
Actual behavior 实际表现
{
"exception": "class java.lang.IllegalArgumentException",
"message": "Paths max depth must be > 0, but got '0'",
"cause": ""
}
Steps to reproduce the problem 复现步骤
- {step 1}
- {step 2}
- {step 3}
Status of loaded data 数据状态
Vertex/Edge summary 数据量
- loaded vertices amount: {like 10 million}
- loaded edges amount: {like 20 million}
- loaded time: {like 200s}
Vertex/Edge example 数据示例
{type something here...}
Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构
{type something here...}
Specifications of environment 环境信息
- hugegraph version: {like v0.7.4}
- operating system: {like centos 7.4, 32 CPUs, 64G RAM}
- hugegraph backend: {like cassandra 3.10, cluster with 20 nodes, 3 x 1TB HDD disk each node}
Expected behavior 期望表现
比如这种查询 http://localhost:8080/graphs/gods_relation_2/traversers/rings?source="1:pluto"&direction=OUT&max_depth=5
Actual behavior 实际表现
{
"exception": "class java.lang.IllegalArgumentException",
"message": "Paths max depth must be > 0, but got '0'",
"cause": ""
}
Steps to reproduce the problem 复现步骤
Status of loaded data 数据状态
Vertex/Edge summary 数据量
Vertex/Edge example 数据示例
{type something here...}
Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构
{type something here...}
Specifications of environment 环境信息