wanwancloud opened a new issue, #2787: URL: https://github.com/apache/incubator-hugegraph/issues/2787
### Problem Type (问题类型) configs (配置项 / 文档相关) ### Before submit - [x] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents) ### Environment (环境信息) - Server Version: 1.0.0 (Apache Release Version) - Backend: RocksDB x nodes, HDD or SSD - OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Your Question (问题描述) Using G1GC as the default garbage collector 2025-06-07 18:08:34 [main] [INFO] o.a.h.s.RestServer - RestServer starting... 2025-06-07 18:08:38 [main] [INFO] o.a.h.u.ConfigUtil - Scanning option 'graphs' directory './conf/graphs' 2025-06-07 18:08:38 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.endpoint' is redundant, please ensure it has been registered 2025-06-07 18:08:38 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.election_timeout_ms' is redundant, please ensure it has been registered 2025-06-07 18:08:38 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.rpc_connect_timeout_ms' is redundant, please ensure it has been registered 2025-06-07 18:08:38 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.rpc_timeout_ms' is redundant, please ensure it has been registered 2025-06-07 18:08:38 [main] [INFO] o.a.h.b.s.BackendProviderFactory - Opening backend store 'rocksdb' in raft mode for graph 'hugegraph' 2025-06-07 18:08:38 [main] [INFO] o.a.h.b.s.r.RaftBackendStoreProvider - Init raft backend schema store 2025-06-07 18:08:38 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening RocksDB with data path: ./data/m 2025-06-07 18:08:39 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 'schema-id-hugegraph' with capacity 10000 2025-06-07 18:08:39 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 'schema-name-hugegraph' with capacity 10000 2025-06-07 18:08:39 [main] [INFO] o.a.h.b.s.r.RaftBackendStoreProvider - Init raft backend system store 2025-06-07 18:08:39 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening RocksDB with data path: ./data/s 2025-06-07 18:08:41 [main] [INFO] o.a.h.b.s.r.RaftBackendStoreProvider - Init raft backend graph store 2025-06-07 18:08:41 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening RocksDB with data path: ./data/g 2025-06-07 18:08:41 [main] [INFO] o.c.o.l.Uns - OHC using JNA OS native malloc/free 2025-06-07 18:08:41 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache for 'vertex-hugegraph' with capacity 10000:10000000 2025-06-07 18:08:41 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache for 'edge-hugegraph' with capacity 1000:1000000 2025-06-07 18:08:41 [main] [INFO] o.a.h.t.TaskManager - Use local as the scheduler of graph (hugegraph) 2025-06-07 18:08:41 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 'users-hugegraph' with capacity 10240 2025-06-07 18:08:41 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 'users_pwd-hugegraph' with capacity 10240 2025-06-07 18:08:41 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 'token-hugegraph' with capacity 10240 2025-06-07 18:08:41 [main] [INFO] o.a.h.u.ConfigUtil - Scanning option 'graphs' directory './conf/graphs' 2025-06-07 18:08:41 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.endpoint' is redundant, please ensure it has been registered 2025-06-07 18:08:41 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.election_timeout_ms' is redundant, please ensure it has been registered 2025-06-07 18:08:41 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.rpc_connect_timeout_ms' is redundant, please ensure it has been registered 2025-06-07 18:08:41 [main] [WARN] o.a.h.c.HugeConfig - The config option 'raft.rpc_timeout_ms' is redundant, please ensure it has been registered 2025-06-07 18:08:41 [main] [INFO] o.a.h.c.GraphManager - Graph 'hugegraph' was successfully configured via './conf/graphs/hugegraph.properties' 2025-06-07 18:08:41 [main] [WARN] o.a.h.c.GraphManager - You may need to support access control for './conf/graphs/hugegraph.properties' with gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy 2025-06-07 18:08:41 [main] [WARN] c.a.s.r.b.DefaultProviderBootstrap - Method with same name "org.apache.hugegraph.auth.AuthManager.validateUser" exists ! The usage of overloading method in rpc is deprecated. 2025-06-07 18:08:42 [main] [INFO] o.a.h.r.RpcServer - RpcServer started success on port 8091 2025-06-07 18:08:42 [main] [INFO] o.a.h.b.s.r.RaftContext - Start raft server successfully: 192.168.230.128:8091 2025-06-07 18:08:42 [main] [WARN] c.a.s.j.s.s.l.LocalSnapshotStorage - No data for snapshot reader ./raftlog/snapshot. 2025-06-07 18:08:42 [main] [WARN] c.a.s.j.RaftGroupService - RPC server is not started in RaftGroupService. 2025-06-07 18:08:42 [main] [INFO] o.a.h.b.s.r.RaftNode - Start raft node: [hugegraph-192.168.230.128:8091] 2025-06-07 18:08:42 [main] [INFO] o.a.h.b.s.r.RaftBackendStoreProvider - The raft node is initialized 2025-06-07 18:08:42 [main] [INFO] o.a.h.b.s.r.RaftNode - Waiting for raft group 'hugegraph' leader elected 6月 07, 2025 6:08:44 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. 6月 07, 2025 6:08:46 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. 6月 07, 2025 6:08:48 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. 6月 07, 2025 6:08:50 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. 6月 07, 2025 6:08:52 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. 6月 07, 2025 6:08:54 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. 6月 07, 2025 6:08:56 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. 6月 07, 2025 6:08:58 下午 org.glassfish.jersey.server.ServerRuntime$Responder process 严重: Error occurred when processing a response created from an already mapped exception. ### Vertex/Edge example (问题点 / 边数据举例) ```javascript ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org