Closed authwork closed 4 years ago
This looks like it's hanging on querying the routing node. That could either be because there's an error on the routing node side or because the ports aren't configured correctly (i.e., the port that the client is listening on for a response from the routing node is not open).
@vsreekanti Refer to the cluster configuration in #38, I do not configure the ports, does it means the system use the default ports?
Yes, it uses the default ports, but I was wondering if those ports were accessible in the network configuration on your machines?
@vsreekanti When RF<=4, the 64 cpp clients work normal. Does the python clients use different ports by default? I have discovered two further points:
@vsreekanti I enconuter a new issue. When I use the same configuration with #38 and python client
client.py
(from #27 ) likeWhen I first run
python3 client.py
, it works fine. But it hooked when I run this command again. When Ictrl+c
, it shows: