You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ./run_dist_server_mode_fs_tracker.sh to test, result is shown below:
Client 0 started.
[2022-12-04 17:22:05.842047] Server started.
[2022-12-04 17:22:05.842530] Server started.
Client 1 started.
Client 2 started.
Then it will always wait here and can't continue? I find the question is the code in function "test_node_iterate(g)" and it will wait on "ds = gl.Dataset(query)", what's the problem and I don't know how to solve this.
The text was updated successfully, but these errors were encountered:
It seems that error on c++ host.cc which uses "gethostbyname", it gets host 0.0.2.104 but I think it may be 127.0.0.1? Since I change this to run pytorch/gcn
When I run ./run_dist_server_mode_fs_tracker.sh to test, result is shown below:
Client 0 started.
[2022-12-04 17:22:05.842047] Server started.
[2022-12-04 17:22:05.842530] Server started.
Client 1 started.
Client 2 started.
Then it will always wait here and can't continue? I find the question is the code in function "test_node_iterate(g)" and it will wait on "ds = gl.Dataset(query)", what's the problem and I don't know how to solve this.
The text was updated successfully, but these errors were encountered: