ieayoio commented on issue #2209:
URL:
https://github.com/apache/incubator-hugegraph/issues/2209#issuecomment-2567551139
In the latest version, the same error occurred when using Cassandra as the
backend
```
2025-01-02 09:24:43 [main] [INFO] o.a.h.c.GraphManager - Graph 'hugegraph3'
was successfully configured via './conf/graphs/hugegraph3.properties'
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'schema-id-hugegraph1' with capacity 10000
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'schema-name-hugegraph1' with capacity 10000
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache
for 'vertex-hugegraph1' with capacity 10000:10000000
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache
for 'edge-hugegraph1' with capacity 1000:1000000
2025-01-02 09:24:43 [main] [INFO] o.a.h.t.TaskManager - Use local as the
scheduler of graph (hugegraph1)
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'users-hugegraph1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'users_pwd-hugegraph1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'token-hugegraph1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.c.GraphManager - Graph 'hugegraph1'
was successfully configured via './conf/graphs/hugegraph1.properties'
2025-01-02 09:24:43 [main] [WARN] o.a.h.c.GraphManager - You may need to
support access control for './conf/graphs/hugegraph1.properties' with
gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'schema-id-kgk1' with capacity 10000
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'schema-name-kgk1' with capacity 10000
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache
for 'vertex-kgk1' with capacity 10000:10000000
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache
for 'edge-kgk1' with capacity 1000:1000000
2025-01-02 09:24:43 [main] [INFO] o.a.h.t.TaskManager - Use local as the
scheduler of graph (kgk1)
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'users-kgk1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'users_pwd-kgk1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'token-kgk1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'audit-log-limiter-kgk1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for
'users-role-kgk1' with capacity 10240
2025-01-02 09:24:43 [main] [INFO] o.a.h.c.GraphManager - Graph 'kgk1' was
successfully configured via './conf/graphs/kgk1.properties'
2025-01-02 09:24:43 [main] [INFO] o.a.h.c.GraphManager - RpcServer is not
enabled, skip starting rpc service
2025-01-02 09:24:43 [main] [INFO] o.a.h.c.GraphManager - RpcServer is not
enabled, skip wait graphs ready
2025-01-02 09:24:43 [main] [INFO] o.a.h.c.GraphManager - Check backend
version
2025-01-02 09:24:43 [main] [ERROR] o.a.h.b.s.BackendStoreInfo - The backend
driver version '1.11' is inconsistent with the data version 'null' of backend
store for graph 'kgkg111'
2025-01-02 09:24:43 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[dzbtest]
2025-01-02 09:24:49 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[kgkg111]
2025-01-02 09:24:55 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[hugegraph1]
2025-01-02 09:25:01 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[hugegraph2]
2025-01-02 09:25:07 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[kgk1]
2025-01-02 09:25:13 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[hugegraph]
2025-01-02 09:25:19 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[test_kb_1]
2025-01-02 09:25:25 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[hugegraph3]
2025-01-02 09:25:31 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[hugegraph4]
2025-01-02 09:25:37 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[huge02]
2025-01-02 09:25:43 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[huge01]
2025-01-02 09:25:49 [main] [INFO] o.a.h.StandardHugeGraph - Close graph
standardhugegraph[huge03]
2025-01-02 09:25:56 [main] [ERROR] o.a.h.d.HugeGraphServer - HugeRestServer
start error:
org.apache.hugegraph.backend.BackendException: The backend store version is
inconsistent
at
org.apache.hugegraph.core.GraphManager.checkBackendVersionOrExit(GraphManager.java:456)
~[hugegraph-api-1.5.0.jar:0.71.0.0]
at org.apache.hugegraph.core.GraphManager.init(GraphManager.java:124)
~[hugegraph-api-1.5.0.jar:0.71.0.0]
at
org.apache.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:143)
~[hugegraph-api-1.5.0.jar:0.71.0.0]
at
org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener.onEvent(CompositeApplicationEventListener.java:49)
~[jersey-server-3.0.3.jar:?]
at
org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.onStartup(MonitoringContainerListener.java:56)
~[jersey-server-3.0.3.jar:?]
at
org.glassfish.jersey.server.ApplicationHandler.onStartup(ApplicationHandler.java:711)
~[jersey-server-3.0.3.jar:?]
at
org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.start(GrizzlyHttpContainer.java:330)
~[jersey-container-grizzly2-http-3.0.3.jar:?]
at
org.glassfish.grizzly.http.server.HttpHandlerChain.start(HttpHandlerChain.java:376)
~[grizzly-http-server-3.0.1.jar:3.0.1]
at
org.glassfish.grizzly.http.server.HttpServer.setupHttpHandler(HttpServer.java:268)
~[grizzly-http-server-3.0.1.jar:3.0.1]
at
org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:245)
~[grizzly-http-server-3.0.1.jar:3.0.1]
at org.apache.hugegraph.server.RestServer.start(RestServer.java:70)
~[hugegraph-api-1.5.0.jar:0.71.0.0]
at org.apache.hugegraph.server.RestServer.start(RestServer.java:177)
~[hugegraph-api-1.5.0.jar:0.71.0.0]
at
org.apache.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:31)
~[hugegraph-dist-1.5.0.jar:1.5.0]
at
org.apache.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:61)
~[hugegraph-dist-1.5.0.jar:1.5.0]
at
org.apache.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:127)
~[hugegraph-dist-1.5.0.jar:1.5.0]
2025-01-02 09:25:56 [main] [INFO] o.a.h.HugeFactory - HugeFactory shutdown
2025-01-02 09:25:56 [hugegraph-shutdown] [INFO] o.a.h.HugeFactory -
HugeGraph is shutting down
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 org.apache.hugegraph.server.RestServer.start(RestServer.java:70)
at org.apache.hugegraph.server.RestServer.start(RestServer.java:177)
at
org.apache.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:31)
at
org.apache.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:61)
at
org.apache.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:127)
```
--
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]