javeme commented on PR #2004:
URL:
https://github.com/apache/incubator-hugegraph/pull/2004#issuecomment-1307157969
ci error of rocksdb-raft :
```c
2022-11-08 11:47:02 [main] [INFO] c.b.h.StandardHugeGraph - Init system info
for graph 'hugegraph'
2022-11-08 11:47:03 [main] [INFO] c.b.h.StandardHugeGraph - Init server info
[server3-WORKER] for graph 'hugegraph'...
2022-11-08 11:47:03 [JRaft-FSMCaller-Disruptor-0] [WARN] c.a.s.j.c.NodeImpl
- Node <hugegraph/127.0.0.1:8093> got error:
Error [type=ERROR_TYPE_STATE_MACHINE, status=Status[ESTATEMACHINE<10002>:
StateMachine meet critical error when applying one or more tasks since
index=4, Status[ESTATEMACHINE<10002>:
StateMachine occurred critical error:
java.lang.RuntimeException: Too many listeners for: cache]]].
2022-11-08 11:47:03 [JRaft-FSMCaller-Disruptor-0] [WARN]
c.a.s.j.c.FSMCallerImpl - FSMCaller already in error status, ignore new error.
com.alipay.sofa.jraft.error.RaftException: null
at
com.alipay.sofa.jraft.core.IteratorImpl.getOrCreateError(IteratorImpl.java:182)
~[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.core.IteratorImpl.setErrorAndRollback(IteratorImpl.java:173)
~[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.core.IteratorWrapper.setErrorAndRollback(IteratorWrapper.java:83)
~[jraft-core-1.3.11.jar:?]
at
com.baidu.hugegraph.backend.store.raft.StoreStateMachine.onApply(StoreStateMachine.java:99)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.alipay.sofa.jraft.core.FSMCallerImpl.doApplyTasks(FSMCallerImpl.java:577)
[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.core.FSMCallerImpl.doCommitted(FSMCallerImpl.java:541)
[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.core.FSMCallerImpl.runApplyTask(FSMCallerImpl.java:449)
[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.core.FSMCallerImpl.access$100(FSMCallerImpl.java:72)
[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.core.FSMCallerImpl$ApplyTaskHandler.onEvent(FSMCallerImpl.java:149)
[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.core.FSMCallerImpl$ApplyTaskHandler.onEvent(FSMCallerImpl.java:141)
[jraft-core-1.3.11.jar:?]
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:137)
[disruptor-3.3.7.jar:?]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_352]
2022-11-08 11:47:03 [Bolt-default-executor-4-thread-10] [WARN]
c.b.h.b.s.r.r.StoreCommandProcessor - Failed to process StoreCommandRequest:
COMMIT_TX
com.baidu.hugegraph.backend.BackendException: Failed to wait store command
StoreCommand{type=SYSTEM,action=COMMIT_TX}
at
com.baidu.hugegraph.backend.store.raft.RaftNode.submitAndWait(RaftNode.java:144)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.backend.store.raft.rpc.StoreCommandProcessor.processRequest(StoreCommandProcessor.java:58)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.backend.store.raft.rpc.StoreCommandProcessor.processRequest(StoreCommandProcessor.java:37)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.alipay.sofa.jraft.rpc.RpcRequestProcessor.handleRequest(RpcRequestProcessor.java:53)
~[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.rpc.RpcRequestProcessor.handleRequest(RpcRequestProcessor.java:35)
~[jraft-core-1.3.11.jar:?]
at
com.alipay.sofa.jraft.rpc.impl.BoltRpcServer$2.handleRequest(BoltRpcServer.java:124)
~[jraft-core-1.3.11.jar:?]
at
com.alipay.remoting.rpc.protocol.RpcRequestProcessor.dispatchToUserProcessor(RpcRequestProcessor.java:235)
~[bolt-1.6.4.jar:?]
at
com.alipay.remoting.rpc.protocol.RpcRequestProcessor.doProcess(RpcRequestProcessor.java:146)
~[bolt-1.6.4.jar:?]
at
com.alipay.remoting.rpc.protocol.RpcRequestProcessor$ProcessTask.run(RpcRequestProcessor.java:393)
~[bolt-1.6.4.jar:?]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_352]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_352]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_352]
at
com.baidu.hugegraph.task.ServerInfoManager.call(ServerInfoManager.java:298)
at
com.baidu.hugegraph.task.ServerInfoManager.serverInfo(ServerInfoManager.java:311)
at
com.baidu.hugegraph.task.ServerInfoManager.initServerInfo(ServerInfoManager.java:114)
at
com.baidu.hugegraph.StandardHugeGraph.serverStarted(StandardHugeGraph.java:267)
at
com.baidu.hugegraph.auth.HugeGraphAuthProxy.serverStarted(HugeGraphAuthProxy.java:675)
at
com.baidu.hugegraph.core.GraphManager.serverStarted(GraphManager.java:443)
at com.baidu.hugegraph.core.GraphManager.init(GraphManager.java:119)
at
com.baidu.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:132)
at
org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener.onEvent(CompositeApplicationEventListener.java:49)
at
org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.onStartup(MonitoringContainerListener.java:56)
at
org.glassfish.jersey.server.ApplicationHandler.onStartup(ApplicationHandler.java:711)
at
org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.start(GrizzlyHttpContainer.java:330)
at
org.glassfish.grizzly.http.server.HttpHandlerChain.start(HttpHandlerChain.java:376)
at
org.glassfish.grizzly.http.server.HttpServer.setupHttpHandler(HttpServer.java:268)
at
org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:245)
at com.baidu.hugegraph.server.RestServer.start(RestServer.java:73)
at com.baidu.hugegraph.server.RestServer.start(RestServer.java:180)
at com.baidu.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:34)
at
com.baidu.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:62)
at
com.baidu.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:122)
Caused by: java.util.concurrent.ExecutionException:
com.baidu.hugegraph.backend.BackendException: Failed to execute query: `Query *
from VERTEX where id in [0x8673657276657233]`
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at
com.baidu.hugegraph.task.ServerInfoManager.call(ServerInfoManager.java:295)
... 19 more
Caused by: com.baidu.hugegraph.backend.BackendException: Failed to execute
query: `Query * from VERTEX where id in [0x8673657276657233]`
at
com.baidu.hugegraph.backend.store.raft.RaftBackendStore.queryByRaft(RaftBackendStore.java:247)
at
com.baidu.hugegraph.backend.store.raft.RaftBackendStore.queryByRaft(RaftBackendStore.java:219)
at
com.baidu.hugegraph.backend.store.raft.RaftBackendStore.query(RaftBackendStore.java:154)
at
com.baidu.hugegraph.backend.tx.AbstractTransaction.query(AbstractTransaction.java:163)
at
com.baidu.hugegraph.backend.tx.GraphTransaction.query(GraphTransaction.java:532)
at
com.baidu.hugegraph.backend.tx.GraphTransaction.queryVerticesFromBackend(GraphTransaction.java:802)
at
com.baidu.hugegraph.backend.tx.GraphTransaction.queryVerticesByIds(GraphTransaction.java:750)
at
com.baidu.hugegraph.backend.tx.GraphTransaction.queryVertices(GraphTransaction.java:704)
at
com.baidu.hugegraph.task.ServerInfoManager.lambda$serverInfo$3(ServerInfoManager.java:312)
at
com.baidu.hugegraph.task.TaskManager$ContextCallable.call(TaskManager.java:354)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.baidu.hugegraph.backend.BackendException: Failed to do raft
read-index: Status[EPERM<1008>: Invalid state for readIndex: STATE_ERROR.]
at
com.baidu.hugegraph.backend.store.raft.RaftBackendStore$1.run(RaftBackendStore.java:235)
at
com.alipay.sofa.jraft.core.ReadOnlyServiceImpl$ReadIndexResponseClosure.notifyFail(ReadOnlyServiceImpl.java:217)
at
com.alipay.sofa.jraft.core.ReadOnlyServiceImpl$ReadIndexResponseClosure.run(ReadOnlyServiceImpl.java:167)
at
com.alipay.sofa.jraft.core.NodeImpl.handleReadIndexRequest(NodeImpl.java:1508)
at
com.alipay.sofa.jraft.core.ReadOnlyServiceImpl.executeReadIndexEvents(ReadOnlyServiceImpl.java:239)
at
com.alipay.sofa.jraft.core.ReadOnlyServiceImpl.access$200(ReadOnlyServiceImpl.java:70)
at
com.alipay.sofa.jraft.core.ReadOnlyServiceImpl$ReadIndexEventHandler.onEvent(ReadOnlyServiceImpl.java:132)
at
com.alipay.sofa.jraft.core.ReadOnlyServiceImpl$ReadIndexEventHandler.onEvent(ReadOnlyServiceImpl.java:115)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:137)
... 1 more
Error: Process completed with exit code 1.
```
--
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]