Problem Type (问题类型)
rest-api (结果不合预期)
Before submit
Environment (环境信息)
- Server Version: 1.5.0 (Apache Release Version)
- Backend: RocksDB
- OS: 4 CPUs, 32 G RAM, Ubuntu 22.0
- Data Size: 450w+ vertices, 1000w+ edges
Your Question (问题描述)
My Gremlin query retrieved a large amount of data; the original query results were stored as JSON, totaling about 1GB. Now I can no longer query the task through the task list. Furthermore, I can no longer retrieve results individually via an API like http://${IP}:${PORT}/graphs/${GRAPH_NAME}/tasks/${TASK_ID}. What should I do?
{
"exception": "class org.apache.hugegraph.HugeException",
"message": "Failed to update/query TaskStore: java.lang.InterruptedException",
"cause": "java.lang.InterruptedException"
}
Vertex/Edge example (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
Problem Type (问题类型)
rest-api (结果不合预期)
Before submit
Environment (环境信息)
Your Question (问题描述)
My Gremlin query retrieved a large amount of data; the original query results were stored as JSON, totaling about 1GB. Now I can no longer query the task through the task list. Furthermore, I can no longer retrieve results individually via an API like http://${IP}:${PORT}/graphs/${GRAPH_NAME}/tasks/${TASK_ID}. What should I do?
{
"exception": "class org.apache.hugegraph.HugeException",
"message": "Failed to update/query TaskStore: java.lang.InterruptedException",
"cause": "java.lang.InterruptedException"
}
Vertex/Edge example (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)