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.62k stars 517 forks source link

Exception while closing Graph instance [hugegraph] #944

Open javeme opened 4 years ago

javeme commented 4 years ago
020-04-12 14:53:12 38659028 [Thread-1] [INFO ] com.baidu.hugegraph.HugeGraph [] - HugeGraph is shutting down
2020-04-12 14:53:12 38659031 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGraphServer stopping
2020-04-12 14:53:12 38659035 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[]
2020-04-12 14:53:12 38659035 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[session]
2020-04-12 14:53:12 38659040 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[traversal]
2020-04-12 14:53:12 38659042 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down thread pools.
2020-04-12 14:53:12 38659060 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executing shutdown LifeCycleHook
2020-04-12 14:53:12 38659083 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executed once at shutdown of Gremlin Server.
2020-04-12 14:53:12 38659113 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeRestServer stopped
2020-04-12 14:53:14 38661255 [gremlin-server-stop] [INFO ] com.baidu.hugegraph.HugeGraph [] - Close graph hugegraph[hugegraph]
2020-04-12 14:53:14 38661256 [gremlin-server-stop] [WARN ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Exception while closing Graph instance [hugegraph]
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@3cc5a4d5 rejected from java.util.concurrent.ThreadPoolExecutor@7358a48f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9]
        at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) ~[?:1.8.0_191]
        at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) ~[?:1.8.0_191]
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379) ~[?:1.8.0_191]
        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) ~[?:1.8.0_191]
        at com.baidu.hugegraph.event.EventHub.notify(EventHub.java:155) ~[hugegraph-common-1.7.5.jar:1.7.5.0]
        at com.baidu.hugegraph.backend.store.AbstractBackendStoreProvider.close(AbstractBackendStoreProvider.java:97) ~[hugegraph-core-0.11.0.jar:0.11.0.0]
        at com.baidu.hugegraph.HugeGraph.close(HugeGraph.java:529) ~[hugegraph-core-0.11.0.jar:0.11.0.0]
        at org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$null$7(GremlinServer.java:298) ~[gremlin-server-3.4.3.jar:3.4.3]
        at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649) ~[?:1.8.0_191]
        at org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$stop$8(GremlinServer.java:295) ~[gremlin-server-3.4.3.jar:3.4.3]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
2020-04-12 14:53:14 38661256 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Closed Graph instance [hugegraph]
2020-04-12 14:53:14 38661258 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Gremlin Server - shutdown complete
2020-04-12 14:53:14 38661258 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGremlinServer stopped
2020-04-12 14:53:14 38661259 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGraph stopped
2020-04-12 14:53:14 38661259 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGraphServer stopped
github-actions[bot] commented 3 years ago

Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label