hexuxu110 commented on issue #2839:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2839#issuecomment-3117137459

   复现方式 
   部署第一台物理机,部署pd正常  部署hstore正常  初始化init-storo.sh 报错 
   Initializing HugeGraph Store...
   2025-07-25 17:51:40 [main] [ERROR] o.a.h.p.c.PDClient - PDClient connect to 
10.156.90.54:8686 exception UNAVAILABLE: io exception, finishConnect(..) 
failed: Connection refused: /10.156.90.54:8686
   2025-07-25 17:52:40 [main] [ERROR] o.a.h.p.c.PDClient - PDClient connect to 
10.158.189.231:8686 exception DEADLINE_EXCEEDED: deadline exceeded after 
59.997127084s. [closed=[], open=[[buffered_nanos=24632174, 
remote_addr=10.158.189.231/10.158.189.231:8686]]], 
   2025-07-25 17:52:40 [main] [ERROR] o.a.h.p.c.PDClient - PDClient connect to 
10.159.113.63:8686 exception UNAVAILABLE: io exception, finishConnect(..) 
failed: Connection refused: /10.159.113.63:8686
   2025-07-25 17:52:40 [main] [ERROR] o.a.h.b.s.h.HstoreStore - Failed to open 
Hstore 'g':org.apache.hugegraph.pd.common.PDException: PD unreachable, 
pd.peers=10.156.90.54:8686,10.158.189.231:8686,10.159.113.63:8686
   main dict load finished, time elapsed 956 ms
   model load finished, time elapsed 53 ms.
   2025-07-25 17:52:41 [main] [ERROR] o.a.h.p.c.AbstractClient - PDClient 
connect to 10.156.90.54:8686 exception UNAVAILABLE: io exception, 
finishConnect(..) failed: Connection refused: /10.156.90.54:8686
   2025-07-25 17:53:41 [main] [ERROR] o.a.h.p.c.AbstractClient - PDClient 
connect to 10.158.189.231:8686 exception DEADLINE_EXCEEDED: deadline exceeded 
after 59.999031342s. [closed=[], open=[[buffered_nanos=3888823, 
remote_addr=10.158.189.231/10.158.189.231:8686]]], 
   2025-07-25 17:53:41 [main] [ERROR] o.a.h.p.c.AbstractClient - PDClient 
connect to 10.159.113.63:8686 exception UNAVAILABLE: io exception, 
finishConnect(..) failed: Connection refused: /10.159.113.63:8686
   Exception in thread "main" org.apache.hugegraph.HugeException: Failed to get 
'HUGEGRAPH/hg/GRAPHSPACE//hugegraph/SCHEMA/VERTEX_LABEL/NAME/~user' from pd
           at org.apache.hugegraph.meta.PdMetaDriver.get(PdMetaDriver.java:75)
           at 
org.apache.hugegraph.meta.managers.SchemaMetaManager.getVertexLabel(SchemaMetaManager.java:163)
           at 
org.apache.hugegraph.backend.tx.SchemaTransactionV2.getSchema(SchemaTransactionV2.java:506)
           at 
org.apache.hugegraph.backend.cache.CachedSchemaTransactionV2.getSchema(CachedSchemaTransactionV2.java:293)
           at 
org.apache.hugegraph.backend.tx.SchemaTransactionV2.getVertexLabel(SchemaTransactionV2.java:248)
           at 
org.apache.hugegraph.StandardHugeGraph.vertexLabel(StandardHugeGraph.java:856)
           at 
org.apache.hugegraph.auth.EntityManager.queryEntity(EntityManager.java:152)
           at 
org.apache.hugegraph.auth.EntityManager.query(EntityManager.java:134)
           at 
org.apache.hugegraph.auth.StandardAuthManager.findUser(StandardAuthManager.java:183)
           at 
org.apache.hugegraph.auth.StandardAuthenticator.requireInitAdminUser(StandardAuthenticator.java:83)
           at 
org.apache.hugegraph.auth.StandardAuthenticator.initAdminUser(StandardAuthenticator.java:52)
           at 
org.apache.hugegraph.auth.StandardAuthenticator.initAdminUserIfNeeded(StandardAuthenticator.java:223)
           at org.apache.hugegraph.cmd.InitStore.main(InitStore.java:89)
   Caused by: org.apache.hugegraph.pd.common.PDException: PD unreachable, 
pd.peers=10.156.90.54:8686,10.158.189.231:8686,10.159.113.63:8686
           at 
org.apache.hugegraph.pd.client.AbstractClient.getBlockingStub(AbstractClient.java:92)
           at 
org.apache.hugegraph.pd.client.AbstractClient.blockingUnaryCall(AbstractClient.java:157)
           at 
org.apache.hugegraph.pd.client.AbstractClient.blockingUnaryCall(AbstractClient.java:152)
           at org.apache.hugegraph.pd.client.KvClient.get(KvClient.java:83)
           at org.apache.hugegraph.meta.PdMetaDriver.get(PdMetaDriver.java:72)
           ... 12 more
   Initialization finished.
   
   
   
   


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