isliudong commented on issue #1739:
URL: 
https://github.com/apache/incubator-hugegraph/issues/1739#issuecomment-2182097405

   2024-06-21 14:14:24 [main] [WARN] c.b.h.b.s.r.RaftNode - Waiting for raft 
group 'default' election cost 3.091s
   2024-06-21 14:14:24 [main] [INFO] c.b.h.b.s.r.RaftBackendStoreProvider - The 
raft store is started
   2024-06-21 14:14:26 [main] [WARN] c.b.h.b.s.r.RaftBackendStore - Failed to 
execute query '`Query * from SECONDARY_INDEX where id prefix with 
0x2d333a7e6261636b656e645f696e666f00`': Status[ETIMEDOUT<1010>: read-index 
request timeout]
   com.baidu.hugegraph.backend.BackendException: Failed to do raft read-index: 
Status[ETIMEDOUT<1010>: read-index request timeout]
           at 
com.baidu.hugegraph.backend.store.raft.RaftBackendStore$1.run(RaftBackendStore.java:225)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.alipay.sofa.jraft.closure.ReadIndexClosure$TimeoutTask.run(ReadIndexClosure.java:153)
 ~[jraft-core-1.3.9.jar:?]
           at 
com.alipay.sofa.jraft.util.timer.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:609)
 ~[jraft-core-1.3.9.jar:?]
           at 
com.alipay.sofa.jraft.util.timer.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:677)
 ~[jraft-core-1.3.9.jar:?]
           at 
com.alipay.sofa.jraft.util.timer.HashedWheelTimer$Worker.run(HashedWheelTimer.java:395)
 ~[jraft-core-1.3.9.jar:?]
           at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
   2024-06-21 14:14:26 [main] [INFO] o.a.t.g.s.GremlinServer - Shutting down 
OpProcessor[]
   2024-06-21 14:14:26 [main] [INFO] o.a.t.g.s.GremlinServer - Shutting down 
OpProcessor[session]
   2024-06-21 14:14:26 [main] [ERROR] c.b.h.d.HugeGraphServer - HugeRestServer 
start error: 
   com.baidu.hugegraph.backend.BackendException: Failed to execute query: 
`Query * from SECONDARY_INDEX where id prefix with 
0x2d333a7e6261636b656e645f696e666f00`
           at 
com.baidu.hugegraph.backend.store.raft.RaftBackendStore.queryByRaft(RaftBackendStore.java:237)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.store.raft.RaftBackendStore.queryByRaft(RaftBackendStore.java:209)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.store.raft.RaftBackendStore.query(RaftBackendStore.java:143)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.tx.AbstractTransaction.query(AbstractTransaction.java:163)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.tx.SchemaIndexTransaction.queryByName(SchemaIndexTransaction.java:99)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.tx.SchemaIndexTransaction.query(SchemaIndexTransaction.java:77)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.tx.SchemaTransaction.getSchema(SchemaTransaction.java:391)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.cache.CachedSchemaTransaction.getSchema(CachedSchemaTransaction.java:256)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.tx.SchemaTransaction.getPropertyKey(SchemaTransaction.java:136)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.store.BackendStoreSystemInfo.info(BackendStoreSystemInfo.java:72)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.backend.store.BackendStoreSystemInfo.exists(BackendStoreSystemInfo.java:92)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.baidu.hugegraph.core.GraphManager.checkBackendVersionOrExit(GraphManager.java:354)
 ~[hugegraph-api-0.12.0.jar:0.67.0.0]
           at 
com.baidu.hugegraph.core.GraphManager.<init>(GraphManager.java:102) 
~[hugegraph-api-0.12.0.jar:0.67.0.0]
           at 
com.baidu.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:112)
 ~[hugegraph-api-0.12.0.jar:0.67.0.0]
           at 
org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener.onEvent(CompositeApplicationEventListener.java:74)
 ~[jersey-server-2.25.1.jar:?]
           at 
org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.onStartup(MonitoringContainerListener.java:81)
 ~[jersey-server-2.25.1.jar:?]
           at 
org.glassfish.jersey.server.ApplicationHandler.onStartup(ApplicationHandler.java:1180)
 ~[jersey-server-2.25.1.jar:?]
           at 
org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.start(GrizzlyHttpContainer.java:357)
 ~[jersey-container-grizzly2-http-2.25.1.jar:?]
           at 
org.glassfish.grizzly.http.server.HttpHandlerChain.start(HttpHandlerChain.java:398)
 ~[grizzly-http-server-2.4.4.jar:2.4.4]
           at 
org.glassfish.grizzly.http.server.HttpServer.setupHttpHandler(HttpServer.java:293)
 ~[grizzly-http-server-2.4.4.jar:2.4.4]
           at 
org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:269) 
~[grizzly-http-server-2.4.4.jar:2.4.4]
           at com.baidu.hugegraph.server.RestServer.start(RestServer.java:68) 
~[hugegraph-api-0.12.0.jar:0.67.0.0]
           at com.baidu.hugegraph.server.RestServer.start(RestServer.java:175) 
~[hugegraph-api-0.12.0.jar:0.67.0.0]
           at 
com.baidu.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:34) 
~[hugegraph-dist-0.12.0.jar:?]
           at 
com.baidu.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:71) 
~[hugegraph-dist-0.12.0.jar:?]
           at 
com.baidu.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:119) 
~[hugegraph-dist-0.12.0.jar:?]
   Caused by: com.baidu.hugegraph.backend.BackendException: Failed to do raft 
read-index: Status[ETIMEDOUT<1010>: read-index request timeout]
           at 
com.baidu.hugegraph.backend.store.raft.RaftBackendStore$1.run(RaftBackendStore.java:225)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
           at 
com.alipay.sofa.jraft.closure.ReadIndexClosure$TimeoutTask.run(ReadIndexClosure.java:153)
 ~[jraft-core-1.3.9.jar:?]
           at 
com.alipay.sofa.jraft.util.timer.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:609)
 ~[jraft-core-1.3.9.jar:?]
           at 
com.alipay.sofa.jraft.util.timer.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:677)
 ~[jraft-core-1.3.9.jar:?]
           at 
com.alipay.sofa.jraft.util.timer.HashedWheelTimer$Worker.run(HashedWheelTimer.java:395)
 ~[jraft-core-1.3.9.jar:?]
           at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
   2024-06-21 14:14:26 [main] [INFO] o.a.t.g.s.GremlinServer - Shutting down 
OpProcessor[traversal]
   2024-06-21 14:14:26 [main] [INFO] o.a.t.g.s.GremlinServer - Shutting down 
thread pools.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to