Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

分布式加载图数据问题 #302

Open
demonbibi opened this issue Aug 20, 2020 · 1 comment
Open

分布式加载图数据问题 #302

demonbibi opened this issue Aug 20, 2020 · 1 comment

Comments

@demonbibi
Copy link

demonbibi commented Aug 20, 2020

tf_euler.initialize_graph({'mode':'remote','zk_server':'9.22.56.116:2182','zk_path':'/euler','shard_num':2,'num_retries':1})
2020-08-20 08:47:57.353119: W /Euler-OpenSource/euler/common/zk_server_monitor.cc:256] Online node: 0#9.22.56.116:20057.
2020-08-20 08:47:57.353209: W /Euler-OpenSource/euler/common/zk_server_monitor.cc:256] Online node: 1#9.22.56.102:21695.
2020-08-20 08:47:57.358419: W /Euler-OpenSource/euler/client/client_manager.h:87] shard number: 2
2020-08-20 08:47:57.358676: F /Euler-OpenSource/euler/client/client_manager.cc:33] Invalid weight meta failed, shard: 0 weight meta:
2020-08-20 08:47:57.358701: F /Euler-OpenSource/euler/client/query_proxy.cc:97] node sum weight error
2020-08-20 08:47:57.358725: F /Euler-OpenSource/euler/client/client_manager.cc:33] Invalid weight meta failed, shard: 1 weight meta:
2020-08-20 08:47:57.358743: F /Euler-OpenSource/euler/client/query_proxy.cc:97] node sum weight error
2020-08-20 08:47:57.358755: F /Euler-OpenSource/euler/client/client_manager.cc:33] Invalid weight meta failed, shard: 0 weight meta:
2020-08-20 08:47:57.358771: F /Euler-OpenSource/euler/client/query_proxy.cc:124] edge sum weight error
2020-08-20 08:47:57.358786: F /Euler-OpenSource/euler/client/client_manager.cc:33] Invalid weight meta failed, shard: 1 weight meta:
2020-08-20 08:47:57.358797: F /Euler-OpenSource/euler/client/query_proxy.cc:124] edge sum weight error
2020-08-20 08:47:57.358987: W /Euler-OpenSource/euler/client/query_proxy.cc:199] QueryProxy load successfully!
GraphMeta {
Name: graph;
Version: 2.0;
Node count:492576;
Edge count: 4813755;

Node feature info:

Edge feature info:

Node type info:
Name: 1, Index: 1;
Name: 0, Index: 0;

Edge type info:
Name: 1, Index: 1;
Name: 0, Index: 0;
}

报错:
2020-08-20 08:47:57.358676: F /Euler-OpenSource/euler/client/client_manager.cc:33] Invalid weight meta failed, shard: 0 weight meta:
2020-08-20 08:47:57.358701: F /Euler-OpenSource/euler/client/query_proxy.cc:97] node sum weight error

之后调用tf_euler.sample_node()接口会出core
image

@beginner-fx
Copy link

我也遇到了同样的问题,请问您这个问题解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants