首先,我的neo4j处理在“ ./bin/neo4j stop”处被阻止。 Shell由于超时而停止(默认为180秒)。
然后,我用“ kill -9 {pid}”将其杀死。立即成功。 但是,当我使用“ ./bin/neo4j start”重新启动neo4j进程时,它在“正在启动指标...”处阻塞。
如果我等待了很长时间,它最终可以重新启动,一切似乎都很好。
我的数据库是320G,索引是70G。 建立索引后发生了上述情况。
2019-06-28 04:59:35.820+0000 WARN Acceptors should be <= availableProcessors: ServerConnector@480994d3{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
2019-06-28 04:59:35.830+0000 WARN Acceptors should be <= availableProcessors: ServerConnector@6a97517{SSL,[ssl, http/1.1]}{0.0.0.0:0}
2019-06-28 04:59:35.831+0000 INFO Server thread metrics has been registered successfully
2019-06-28 04:59:37.019+0000 INFO Remote interface available at http://xxx:7474/
2019-06-28 06:31:41.930+0000 INFO Neo4j Server shutdown initiated by request
2019-06-28 06:31:42.145+0000 INFO Stopping...
nohup: ignoring input
2019-06-28 06:42:00.167+0000 INFO ======== Neo4j 3.4.7 ========
2019-06-28 06:42:00.200+0000 INFO Starting...
2019-06-28 06:42:01.387+0000 INFO Initiating metrics...