apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.64k stars 517 forks source link

GREMLIN语句g.V(id)循环查询2000w顶点,内存会泄露 #1411

Closed 1436516871 closed 3 years ago

1436516871 commented 3 years ago

Expected behavior 期望表现

{type something here...}

Actual behavior 实际表现

{type something here...} image

Steps to reproduce the problem 复现步骤

g.V(id),id为2000w个顶点的ID,不断循环查询

Status of loaded data 数据状态

Vertex/Edge summary 数据量

Vertex/Edge example 数据示例

wdc数据集

Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构

Specifications of environment 环境信息

Linary commented 3 years ago

https://github.com/eclipse-ee4j/jersey/issues/3568

Linary commented 3 years ago

不过我们使用的是Apache Connector,并不是Netty Connector