set timeout of raft api test to 60s by javeme · Pull Request #1738 · apache/hugegraph
raft ci error:
[INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.baidu.hugegraph.api.ApiTestSuite Error: Tests run: 53, Failures: 4, Errors: 33, Skipped: 0, Time elapsed: 74.035 s <<< FAILURE! - in com.baidu.hugegraph.api.ApiTestSuite Error: testEliminate(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.114 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class com.baidu.hugegraph.exception.ExistedException","message":"The index label 'personByAge' has existed","cause":""} expected:<202> but was:<400> at com.baidu.hugegraph.api.IndexLabelApiTest.testEliminate(IndexLabelApiTest.java:94) Error: testEliminate(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.115 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list indexlabels Error: testAppend(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.038 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class com.baidu.hugegraph.exception.ExistedException","message":"The index label 'personByAge' has existed","cause":""} expected:<202> but was:<400> at com.baidu.hugegraph.api.IndexLabelApiTest.testAppend(IndexLabelApiTest.java:66) [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.baidu.hugegraph.api.ApiTestSuite Error: Tests run: 50, Failures: 1, Errors: 30, Skipped: 0, Time elapsed: 103.208 s <<< FAILURE! - in com.baidu.hugegraph.api.ApiTestSuite Error: testDelete(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.093 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class com.baidu.hugegraph.exception.ExistedException","message":"The index label 'personByAge' has existed","cause":""} expected:<202> but was:<400> at com.baidu.hugegraph.api.IndexLabelApiTest.testDelete(IndexLabelApiTest.java:150) Error: testDelete(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.093 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list indexlabels [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.baidu.hugegraph.api.ApiTestSuite Error: Tests run: 52, Failures: 3, Errors: 32, Skipped: 0, Time elapsed: 85.072 s <<< FAILURE! - in com.baidu.hugegraph.api.ApiTestSuite Error: testAppend(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.111 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class com.baidu.hugegraph.exception.ExistedException","message":"The index label 'personByAge' has existed","cause":""} expected:<202> but was:<400> at com.baidu.hugegraph.api.IndexLabelApiTest.testAppend(IndexLabelApiTest.java:66) Error: testAppend(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.112 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list indexlabels Error: testCreate(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.03 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class com.baidu.hugegraph.exception.ExistedException","message":"The index label 'personByAge' has existed","cause":""} expected:<202> but was:<400> at com.baidu.hugegraph.api.IndexLabelApiTest.testCreate(IndexLabelApiTest.java:52) Error: testCreate(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.036 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list indexlabels Error: testDelete(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.034 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class com.baidu.hugegraph.exception.ExistedException","message":"The index label 'personByAge' has existed","cause":""} expected:<202> but was:<400> at com.baidu.hugegraph.api.IndexLabelApiTest.testDelete(IndexLabelApiTest.java:150) Error: testDelete(com.baidu.hugegraph.api.IndexLabelApiTest) Time elapsed: 0.035 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list indexlabels Error: com.baidu.hugegraph.api.SchemaApiTest Time elapsed: 0.122 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list indexlabels Error: com.baidu.hugegraph.api.VertexApiTest Time elapsed: 0.16 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list indexlabels
[INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.baidu.hugegraph.api.ApiTestSuite Error: Tests run: 72, Failures: 7, Errors: 35, Skipped: 0, Time elapsed: 667.2 s <<< FAILURE! - in com.baidu.hugegraph.api.ApiTestSuite Error: testGet(com.baidu.hugegraph.api.EdgeApiTest) Time elapsed: 21.125 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to get vertex id: {"vertices":[]} at com.baidu.hugegraph.api.EdgeApiTest.testGet(EdgeApiTest.java:145) Error: testList(com.baidu.hugegraph.api.EdgeApiTest) Time elapsed: 21.019 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to get vertex id: {"vertices":[]} at com.baidu.hugegraph.api.EdgeApiTest.testList(EdgeApiTest.java:168) Error: testCreate(com.baidu.hugegraph.api.EdgeApiTest) Time elapsed: 20.253 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to get vertex id: {"vertices":[]} at com.baidu.hugegraph.api.EdgeApiTest.testCreate(EdgeApiTest.java:47) Error: testDelete(com.baidu.hugegraph.api.EdgeApiTest) Time elapsed: 18.034 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to get vertex id: {"vertices":[]} at com.baidu.hugegraph.api.EdgeApiTest.testDelete(EdgeApiTest.java:190) Error: testTruncate(com.baidu.hugegraph.api.GremlinApiTest) Time elapsed: 61.088 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class java.lang.IllegalArgumentException","message":"Undefined vertex label: '~user'","cause":""} expected:<200> but was:<400> at com.baidu.hugegraph.api.GremlinApiTest.testTruncate(GremlinApiTest.java:135) Error: testTruncate(com.baidu.hugegraph.api.GremlinApiTest) Time elapsed: 61.088 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list edges Error: testGet(com.baidu.hugegraph.api.GremlinApiTest) Time elapsed: 2.003 s <<< FAILURE! java.lang.AssertionError: {"exception":"class java.lang.IllegalArgumentException","message":"Undefined vertex label: '~user'","cause":""} expected:<200> but was:<400> at com.baidu.hugegraph.api.GremlinApiTest.testGet(GremlinApiTest.java:52) Error: testGet(com.baidu.hugegraph.api.GremlinApiTest) Time elapsed: 2.003 s <<< ERROR! com.baidu.hugegraph.HugeException: Failed to list edges Error: testPost(com.baidu.hugegraph.api.GremlinApiTest) Time elapsed: 0.018 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"class java.lang.IllegalArgumentException","message":"Undefined vertex label: '~user'","cause":""} expected:<200> but was:<400> at com.baidu.hugegraph.api.GremlinApiTest.testPost(GremlinApiTest.java:44)
[INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.baidu.hugegraph.api.ApiTestSuite Error: Tests run: 84, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 202.13 s <<< FAILURE! - in com.baidu.hugegraph.api.ApiTestSuite Error: testList(com.baidu.hugegraph.api.TaskApiTest) Time elapsed: 8.97 s <<< FAILURE! java.lang.AssertionError: [{task_name=INDEX_LABEL:8:personByCity, task_progress=0, task_create=1644382982551, task_status=running, task_update=1644382984353, task_retries=0, id=90, task_type=rebuild_index, task_server=server3}] at com.baidu.hugegraph.api.TaskApiTest.testList(TaskApiTest.java:65)
[INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.baidu.hugegraph.api.ApiTestSuite [ERROR] Tests run: 84, Failures: 2, Errors: 0, Skipped: 1, Time elapsed: 2,114.362 s <<< FAILURE! - in com.baidu.hugegraph.api.ApiTestSuite [ERROR] testTruncate(com.baidu.hugegraph.api.GremlinApiTest) Time elapsed: 65.256 s <<< FAILURE! java.lang.AssertionError: Response with status 400 and content {"exception":"java.lang.IllegalArgumentException","message":"Undefined vertex label: '~user'","cause":"[java.lang.IllegalArgumentException]"} expected:<200> but was:<400> at com.baidu.hugegraph.api.GremlinApiTest.testTruncate(GremlinApiTest.java:135) Log: 2022-02-21 18:00:32 [gremlin-server-exec-3] [WARN] o.a.t.g.s.h.HttpGremlinEndpointHandler - Invalid request - responding with 500 Internal Server Error and Undefined vertex label: '~user' java.lang.IllegalArgumentException: Undefined vertex label: '~user' at com.google.common.base.Preconditions.checkArgument(Preconditions.java:163) ~[guava-25.1-jre.jar:?] at com.baidu.hugegraph.util.E.checkArgument(E.java:56) ~[hugegraph-common-2.0.1.jar:2.0.1.0] at com.baidu.hugegraph.StandardHugeGraph.vertexLabel(StandardHugeGraph.java:774) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.lambda$vertexLabel$2(HugeGraphAuthProxy.java:253) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.lambda$verifySchemaPermission$24(HugeGraphAuthProxy.java:907) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.verifyResPermission(HugeGraphAuthProxy.java:932) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.verifyResPermission(HugeGraphAuthProxy.java:918) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.verifySchemaPermission(HugeGraphAuthProxy.java:905) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.verifySchemaPermission(HugeGraphAuthProxy.java:898) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.vertexLabel(HugeGraphAuthProxy.java:252) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.EntityManager.queryEntity(EntityManager.java:156) ~[hugegraph-core-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.EntityManager.query(EntityManager.java:138) ~[hugegraph-core-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.StandardAuthManager.findUser(StandardAuthManager.java:204) ~[hugegraph-core-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.truncateBackend(HugeGraphAuthProxy.java:719) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.HugeGraph$truncateBackend.call(Unknown Source) ~[?:?] at Script3.run(Script3.groovy:1) ~[?:?] at org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:674) ~[gremlin-groovy-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:376) ~[gremlin-groovy-3.4.3.jar:3.4.3] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233) ~[?:1.8.0_111] at org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$0(GremlinExecutor.java:266) ~[gremlin-groovy-3.4.3.jar:3.4.3] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111] at com.baidu.hugegraph.auth.HugeGraphAuthProxy$ContextTask.run(HugeGraphAuthProxy.java:1748) [hugegraph-api-0.12.0.jar:0.67.0.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] 2022-02-21 18:00:32 [gremlin-server-worker-1] [WARN] o.a.t.g.s.h.HttpGremlinEndpointHandler - Invalid request - responding with 500 Internal Server Error and Script evaluation exceeded the configured 'scriptEvaluationTimeout' threshold of 60000 ms or evaluation was otherwise cancelled directly for request [try {hugegraph.truncateBackend()} catch (UnsupportedOperationException e) {}] java.util.concurrent.TimeoutException: Script evaluation exceeded the configured 'scriptEvaluationTimeout' threshold of 60000 ms or evaluation was otherwise cancelled directly for request [try {hugegraph.truncateBackend()} catch (UnsupportedOperationException e) {}] at org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$1(GremlinExecutor.java:315) ~[gremlin-groovy-3.4.3.jar:3.4.3] at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38) [netty-all-4.1.42.Final.jar:4.1.42.Final] at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:139) [netty-all-4.1.42.Final.jar:4.1.42.Final] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-all-4.1.42.Final.jar:4.1.42.Final] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:510) [netty-all-4.1.42.Final.jar:4.1.42.Final] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:518) [netty-all-4.1.42.Final.jar:4.1.42.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1044) [netty-all-4.1.42.Final.jar:4.1.42.Final] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-all-4.1.42.Final.jar:4.1.42.Final] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] 2022-02-21 18:00:32 [gremlin-server-exec-2] [WARN] c.b.h.b.s.r.RaftBackendStoreProvider - start=Error when waiting for event execution: store.inited java.lang.InterruptedException: null at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404) ~[?:1.8.0_111] at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:1.8.0_111] at com.baidu.hugegraph.backend.store.raft.RaftBackendStoreProvider.notifyAndWaitEvent(RaftBackendStoreProvider.java:259) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at com.baidu.hugegraph.backend.store.raft.RaftBackendStoreProvider.initSystemInfo(RaftBackendStoreProvider.java:199) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at com.baidu.hugegraph.StandardHugeGraph.truncateBackend(StandardHugeGraph.java:367) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.truncateBackend(HugeGraphAuthProxy.java:721) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.HugeGraph$truncateBackend.call(Unknown Source) ~[?:?] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) ~[groovy-2.5.7-indy.jar:2.5.7] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115) ~[groovy-2.5.7-indy.jar:2.5.7] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119) ~[groovy-2.5.7-indy.jar:2.5.7] at Script3.run(Script3.groovy:1) ~[?:?] at org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:674) ~[gremlin-groovy-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:376) ~[gremlin-groovy-3.4.3.jar:3.4.3] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233) ~[?:1.8.0_111] at org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$0(GremlinExecutor.java:266) ~[gremlin-groovy-3.4.3.jar:3.4.3] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111] at com.baidu.hugegraph.auth.HugeGraphAuthProxy$ContextTask.run(HugeGraphAuthProxy.java:1748) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[?:1.8.0_111] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] 2022-02-21 18:00:52 [gremlin-server-exec-3] [WARN] o.a.t.g.s.h.HttpGremlinEndpointHandler - Invalid request - responding with 500 Internal Server Error and Invalid cardinality 'list' for property key 'foo', expect 'single' java.lang.IllegalArgumentException: Invalid cardinality 'list' for property key 'foo', expect 'single' at com.google.common.base.Preconditions.checkArgument(Preconditions.java:163) ~[guava-25.1-jre.jar:?] at com.baidu.hugegraph.util.E.checkArgument(E.java:56) ~[hugegraph-common-2.0.1.jar:2.0.1.0] at com.baidu.hugegraph.structure.HugeVertex.property(HugeVertex.java:452) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep.sideEffect(AddPropertyStep.java:120) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectStep.processNextStart(SideEffectStep.java:39) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:143) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:50) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectStep.processNextStart(SideEffectStep.java:38) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:143) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.hasNext(DefaultTraversal.java:197) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils.fill(IteratorUtils.java:62) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils.list(IteratorUtils.java:85) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils.asList(IteratorUtils.java:382) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.server.handler.HttpGremlinEndpointHandler.lambda$channelRead$1(HttpGremlinEndpointHandler.java:245) ~[gremlin-server-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.util.function.FunctionUtils.lambda$wrapFunction$0(FunctionUtils.java:36) ~[gremlin-core-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$0(GremlinExecutor.java:272) ~[gremlin-groovy-3.4.3.jar:3.4.3] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111] at com.baidu.hugegraph.auth.HugeGraphAuthProxy$ContextTask.run(HugeGraphAuthProxy.java:1748) [hugegraph-api-0.12.0.jar:0.67.0.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] 2022-02-21 18:01:42 [gremlin-server-exec-2] [WARN] c.b.h.b.s.r.RaftBackendStoreProvider - end=Error when waiting for event execution: store.inited java.lang.InterruptedException: null at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404) ~[?:1.8.0_111] at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:1.8.0_111] at com.baidu.hugegraph.backend.store.raft.RaftBackendStoreProvider.notifyAndWaitEvent(RaftBackendStoreProvider.java:259) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at com.baidu.hugegraph.backend.store.raft.RaftBackendStoreProvider.initSystemInfo(RaftBackendStoreProvider.java:199) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at com.baidu.hugegraph.StandardHugeGraph.truncateBackend(StandardHugeGraph.java:367) ~[hugegraph-core-0.12.0.jar:0.12.0.0] at com.baidu.hugegraph.auth.HugeGraphAuthProxy.truncateBackend(HugeGraphAuthProxy.java:721) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at com.baidu.hugegraph.HugeGraph$truncateBackend.call(Unknown Source) ~[?:?] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) ~[groovy-2.5.7-indy.jar:2.5.7] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115) ~[groovy-2.5.7-indy.jar:2.5.7] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119) ~[groovy-2.5.7-indy.jar:2.5.7] at Script3.run(Script3.groovy:1) ~[?:?] at org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:674) ~[gremlin-groovy-3.4.3.jar:3.4.3] at org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:376) ~[gremlin-groovy-3.4.3.jar:3.4.3] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233) ~[?:1.8.0_111] at org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$0(GremlinExecutor.java:266) ~[gremlin-groovy-3.4.3.jar:3.4.3] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111] at com.baidu.hugegraph.auth.HugeGraphAuthProxy$ContextTask.run(HugeGraphAuthProxy.java:1748) ~[hugegraph-api-0.12.0.jar:0.67.0.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[?:1.8.0_111] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] 2022-02-21 18:01:42 [gremlin-server-exec-2] [INFO] c.b.h.HugeGraph - Init server info [server1-MASTER] for graph 'hugegraph'... 2022-02-21 18:01:43 [gremlin-server-exec-2] [INFO] c.b.h.t.ServerInfoManager - Init server info: HugeServerInfo(server1){server_load=0, server_role=MASTER, id=server1, label=~server, server_update_time=Mon Feb 21 18:01:43 CST 2022, server_max_load=10000} 2022-02-21 18:01:43 [gremlin-server-exec-2] [INFO] c.b.h.HugeGraph - Check olap property-key tables for graph 'hugegraph' 2022-02-21 18:01:44 [gremlin-server-exec-2] [INFO] c.b.h.HugeGraph - Restoring incomplete tasks for graph 'hugegraph'... 2022-02-21 18:01:44 [gremlin-server-exec-2] [INFO] c.b.h.HugeGraph - Graph 'hugegraph' has been truncated 2022-02-21 18:01:45 [task-scheduler-1] [INFO] c.b.h.t.TaskScheduler - Scheduled task '1' to server 'server1'