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
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: