vesoft-inc / nebula-python

Client API of Nebula Graph in Python
191 stars 75 forks source link

scan vertex and edge storage_addrs not useful #264

Open codingMrHu opened 1 year ago

codingMrHu commented 1 year ago

init addrs: storage_addrs = [HostAddr(host='192.168.200.83', port=49223)] graph_storage_client = GraphStorageClient(meta_cache, storage_addrs) self._parts[part_id].leader allways not match the init addrs, it while make the code allways go to wait...

image