-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] gremlin语句执行超时 将导致内存泄漏statement未释放 #1639
Comments
org.apache.tinkerpop.gremlin.server.handler.HttpGremlinEndpointHandler [] - Invalid request - responding with 500 Internal Server Error and Script evaluation exceeded the configured 'scriptEvaluationTimeout' threshold of 30000 ms or evaluation was otherwise cancelled directly for request [g.V("liujizheng6")] |
@z7658329 Thanks for your analysis, it seems to have addressed the root cause. ps: we can wrap log with code block (a pair of "```")
|
Fix bug: gremlin语句执行超时 将导致内存泄漏statement未释放 fix apache#1639
Fix bug: gremlin语句执行超时 将导致内存泄漏statement未释放 fix apache#1639
Fix bug: gremlin语句执行超时 将导致内存泄漏statement未释放 fix apache#1639
Fix bug: gremlin语句执行超时 将导致内存泄漏statement未释放 fix apache#1639
Fix bug: gremlin语句执行超时 将导致内存泄漏statement未释放 fix apache#1639
related issue: #1626 |
Bug Type (问题类型)
No response
Before submit
Environment (环境信息)
Server Version: v0.11.x
Backend: mysql nodes, HDD or SSD
OS: 8 CPUs, 32 G RAM, Centos 7.x
Data Size: 50W vertices, 130W edges
Expected & Actual behavior (期望与实际表现)
1.当一个gremlin语句执行超时后,监控程序记录到该查询并未释放statement
2.gremlin语句为count语句,监控程序记录到该查询并未释放statement
监控monitor代码:
Expected & Actual behavior (期望与实际表现)
gremlin语法无论执行成功与否都会释放连接
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: