coderzc opened a new pull request, #2030:
URL: https://github.com/apache/incubator-hugegraph/pull/2030
```java
2022-11-24 12:53:40 [gremlin-server-stop] [WARN] o.a.t.g.s.GremlinServer -
Exception while closing Graph instance [hugegraph]
java.lang.IllegalStateException: Ensure tx closed in all threads when
closing graph 'hugegraph'
at
com.google.common.base.Preconditions.checkState(Preconditions.java:531)
~[guava-25.1-jre.jar:?]
at com.baidu.hugegraph.util.E.checkState(E.java:68)
~[hugegraph-common-2.1.2.jar:2.1.2.0]
at
com.baidu.hugegraph.StandardHugeGraph.close(StandardHugeGraph.java:948)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$null$7(GremlinServer.java:307)
~[gremlin-server-3.5.1.jar:3.5.1]
at
java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
~[?:1.8.0_332]
at
org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$stop$8(GremlinServer.java:304)
~[gremlin-server-3.5.1.jar:3.5.1]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_332]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]