coderzc commented on PR #200:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/200#issuecomment-1327011336

   ci failed:
   ```
   Error: -25 04:09:47 [Thread-2] [ERROR] c.b.h.c.s.i.SenderIntegrateTest - 
Failed to execute master service
   java.lang.ExceptionInInitializerError: null
        at org.apache.hugegraph.driver.HugeClient.<clinit>(HugeClient.java:35) 
~[hugegraph-client-1.0.0.jar:2.0.1.0]
        at 
org.apache.hugegraph.driver.HugeClientBuilder.build(HugeClientBuilder.java:67) 
~[hugegraph-client-1.0.0.jar:2.0.1.0]
        at 
com.baidu.hugegraph.computer.core.input.hg.HugeInputSplitFetcher.<init>(HugeInputSplitFetcher.java:45)
 ~[classes/:?]
        at 
com.baidu.hugegraph.computer.core.input.InputSourceFactory.createInputSplitFetcher(InputSourceFactory.java:37)
 ~[classes/:?]
        at 
com.baidu.hugegraph.computer.core.input.MasterInputManager.init(MasterInputManager.java:45)
 ~[classes/:?]
        at 
com.baidu.hugegraph.computer.core.manager.Managers.initAll(Managers.java:61) 
~[classes/:?]
        at 
com.baidu.hugegraph.computer.core.master.MasterService.initManagers(MasterService.java:301)
 ~[classes/:?]
        at 
com.baidu.hugegraph.computer.core.master.MasterService.init(MasterService.java:99)
 ~[classes/:?]
        at 
com.baidu.hugegraph.computer.suite.integrate.SenderIntegrateTest.initMaster(SenderIntegrateTest.java:297)
 ~[classes/:?]
        at 
com.baidu.hugegraph.computer.suite.integrate.SenderIntegrateTest.lambda$testOneWorkerWithBusyClient$4(SenderIntegrateTest.java:223)
 ~[classes/:?]
        at java.lang.Thread.run(Thread.java:829) ~[?:?]
   Caused by: java.lang.IllegalStateException: The version 1.0.0 of 
'hugegraph-common' is not in [2.1, 2.2)
        at 
com.google.common.base.Preconditions.checkState(Preconditions.java:532) 
~[guava-30.0-jre.jar:?]
        at org.apache.hugegraph.util.E.checkState(E.java:68) 
~[hugegraph-common-1.0.0.jar:1.0.0]
        at org.apache.hugegraph.util.VersionUtil.check(VersionUtil.java:66) 
~[hugegraph-common-1.0.0.jar:1.0.0]
        at 
org.apache.hugegraph.version.ClientVersion.check(ClientVersion.java:38) 
~[hugegraph-client-1.0.0.jar:2.0.1.0]
        at 
org.apache.hugegraph.version.ClientVersion.<clinit>(ClientVersion.java:29) 
~[hugegraph-client-1.0.0.jar:2.0.1.0]
        ... 11 more
   ```


-- 
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: dev-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to