jieguolove commented on issue #3072:
URL: https://github.com/apache/hugegraph/issues/3072#issuecomment-4828088423

   (base) [root@lnpg ~]# docker run -itd --name=hugegraph -p 8080:8080 
--memory=8g --security-opt seccomp=unconfined -e PRELOAD=true -e 
JAVA_OPTS="-Xms2048m -Xmx2048m -XX:+UseG1GC" hugegraph/hugegraph:1.7.0
   bf42813a9146eee0be3eba171ed8c218429d117f745728eb185881f647c7d759
   (base) [root@lnpg ~]# docker logs -f hugegraph
   [hugegraph-server-entrypoint] init hugegraph with non-auth mode
   Initializing HugeGraph Store...
   2026-06-29 00:52:05 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.telnet_port' is redundant, please ensure it has been registered
   2026-06-29 00:52:05 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.http_port' is redundant, please ensure it has been registered
   2026-06-29 00:52:05 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.disabled_commands' is redundant, please ensure it has been registered
   2026-06-29 00:52:05 [main] [INFO] o.a.h.u.ConfigUtil - Scanning option 
'graphs' directory './conf/graphs'
   2026-06-29 00:52:05 [main] [INFO] o.a.h.c.InitStore - Init graph with config 
file: /hugegraph-server/conf/graphs/hugegraph.properties
   2026-06-29 00:52:05 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/data/m
   2026-06-29 00:52:05 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Failed to 
open RocksDB 'rocksdb-data/data/m' with database 'default/hugegraph', try to 
init CF later
   2026-06-29 00:52:05 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 
'schema-id-DEFAULT-hugegraph' with capacity 10000
   2026-06-29 00:52:05 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 
'schema-name-DEFAULT-hugegraph' with capacity 10000
   2026-06-29 00:52:05 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/data/s
   main dict load finished, time elapsed 734 ms
   model load finished, time elapsed 37 ms.
   2026-06-29 00:52:06 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/data/g
   2026-06-29 00:52:06 [main] [INFO] o.c.o.l.Uns - OHC using JNA OS native 
malloc/free
   2026-06-29 00:52:06 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache 
for 'vertex-DEFAULT-hugegraph' with capacity 10000:10000000
   2026-06-29 00:52:06 [main] [INFO] o.a.h.b.c.CacheManager - Init LevelCache 
for 'edge-DEFAULT-hugegraph' with capacity 1000:1000000
   2026-06-29 00:52:06 [main] [INFO] o.a.h.t.TaskManager - Use local as the 
scheduler of graph (hugegraph)
   2026-06-29 00:52:06 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 
'users-DEFAULT-hugegraph' with capacity 10240
   2026-06-29 00:52:06 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 
'users_pwd-DEFAULT-hugegraph' with capacity 10240
   2026-06-29 00:52:06 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 
'token-DEFAULT-hugegraph' with capacity 10240
   2026-06-29 00:52:06 [main] [INFO] o.a.h.b.s.r.RocksDBStore - Write down the 
backend version: 1.11
   2026-06-29 00:52:06 [main] [INFO] o.a.h.StandardHugeGraph - Graph 
'DEFAULT-hugegraph' has been initialized
   2026-06-29 00:52:06 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.telnet_port' is redundant, please ensure it has been registered
   2026-06-29 00:52:06 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.http_port' is redundant, please ensure it has been registered
   2026-06-29 00:52:06 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.disabled_commands' is redundant, please ensure it has been registered
   2026-06-29 00:52:06 [main] [INFO] o.a.h.StandardHugeGraph - Close graph 
standardhugegraph[DEFAULT-hugegraph]
   2026-06-29 00:52:06 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/data/m
   2026-06-29 00:52:06 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/data/s
   2026-06-29 00:52:06 [db-open-1] [INFO] o.a.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/data/g
   2026-06-29 00:52:06 [main] [INFO] o.a.h.HugeFactory - HugeFactory shutdown
   2026-06-29 00:52:06 [hugegraph-shutdown] [INFO] o.a.h.HugeFactory - 
HugeGraph is shutting down
   Initialization finished.
   Starting HugeGraphServer in daemon mode...
   Connecting to HugeGraphServer (http://0.0.0.0:8080/graphs)....OK
   Started [pid 1079]
   Waiting for partition assignment...
   
   <img width="1500" height="659" alt="Image" 
src="https://github.com/user-attachments/assets/457f2fa7-6632-4dce-9642-20c10e1c4532";
 />


-- 
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]

Reply via email to