PGL
PGL copied to clipboard
跑demo infer的时候没有数据
[INFO] 2022-02-15 16:24:44,802 [ego_graph.py: 192]: sample_num_list is None E0215 16:24:44.803277 3749524 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E111]Fail to connect [email protected]:8816: Connection refused [R1][E112]Not connected to 127.0.0.1:8816 yet [R2][E112]Not connected to 127.0.0.1:8816 yet [R3][E112]Not connected to 127.0.0.1:8816 yet E0215 16:24:44.803575 3749521 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E111]Fail to connect [email protected]:8813: Connection refused [R1][E112]Not connected to 127.0.0.1:8813 yet [R2][E112]Not connected to 127.0.0.1:8813 yet [R3][E112]Not connected to 127.0.0.1:8813 yet E0215 16:24:44.803862 3749524 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E111]Fail to connect [email protected]:8814: Connection refused [R1][E112]Not connected to 127.0.0.1:8814 yet [R2][E112]Not connected to 127.0.0.1:8814 yet [R3][E112]Not connected to 127.0.0.1:8814 yet E0215 16:24:44.803988 3749521 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E111]Fail to connect [email protected]:8815: Connection refused [R1][E112]Not connected to 127.0.0.1:8815 yet [R2][E112]Not connected to 127.0.0.1:8815 yet [R3][E112]Not connected to 127.0.0.1:8815 yet E0215 16:24:44.804117 3749517 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E112]Not connected to 127.0.0.1:8815 yet [R1][E112]Not connected to 127.0.0.1:8815 yet [R2][E112]Not connected to 127.0.0.1:8815 yet [R3][E112]Not connected to 127.0.0.1:8815 yet E0215 16:24:44.804250 3749518 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E112]Not connected to 127.0.0.1:8813 yet [R1][E112]Not connected to 127.0.0.1:8813 yet [R2][E112]Not connected to 127.0.0.1:8813 yet [R3][E112]Not connected to 127.0.0.1:8813 yet E0215 16:24:44.804348 3749529 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E112]Not connected to 127.0.0.1:8816 yet [R1][E112]Not connected to 127.0.0.1:8816 yet [R2][E112]Not connected to 127.0.0.1:8816 yet [R3][E112]Not connected to 127.0.0.1:8816 yet E0215 16:24:44.804436 3749513 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E112]Not connected to 127.0.0.1:8814 yet [R1][E112]Not connected to 127.0.0.1:8814 yet [R2][E112]Not connected to 127.0.0.1:8814 yet [R3][E112]Not connected to 127.0.0.1:8814 yet [INFO] 2022-02-15 16:24:44,804 [ node.py: 56]: total [0] number nodes have been processed in rank [0] [INFO] 2022-02-15 16:24:44,804 [ walk.py: 72]: total [0] number walks in rank [0] [INFO] 2022-02-15 16:24:44,804 [ infer.py: 68]: total 0 nodes have been processed [INFO] 2022-02-15 16:24:44,804 [ infer.py: 69]: node representations are saved in ./save_embed/embedding.txt I0215 16:24:44.836115 3749499 brpc_ps_client.cc:438] BrpcPsClient::flush begin I0215 16:24:44.903615 3749524 socket.cpp:2370] Checking [email protected]:8813 I0215 16:24:44.903630 3749531 socket.cpp:2370] Checking [email protected]:8816 I0215 16:24:44.903925 3749521 socket.cpp:2370] Checking [email protected]:8814 I0215 16:24:44.904047 3749524 socket.cpp:2370] Checking [email protected]:8815 I0215 16:24:44.936334 3749499 brpc_ps_client.cc:449] BrpcPsClient::flush done I0215 16:24:44.936388 3749499 brpc_ps_client.cc:458] BrpcPsClient::print_queue_size: table 3 size: 0 I0215 16:24:44.936403 3749499 brpc_ps_client.cc:458] BrpcPsClient::print_queue_size: table 4 size: 0 I0215 16:24:44.936422 3749499 brpc_ps_client.cc:458] BrpcPsClient::print_queue_size: table 1 size: 0 I0215 16:24:44.936440 3749499 brpc_ps_client.cc:458] BrpcPsClient::print_queue_size: table 0 size: 0 I0215 16:24:44.936461 3749499 brpc_ps_client.cc:458] BrpcPsClient::print_queue_size: table 5 size: 0 I0215 16:24:44.936470 3749499 brpc_ps_client.cc:458] BrpcPsClient::print_queue_size: table 2 size: 0
看起来图引擎并没有启动成功。检查一下这些端口是否已经被用了,图引擎只需要启动一次就行,无需重复启动。另外也检查一下是不是之前跑过的进程没有删除干净(通过ps -ef | grep distributed 查看)。