wlo1999
wlo1999
Hey @musalbas @GiannaWeb I also faced the same issue when running runclientservice.sh, it always shows that Connecting to replica 0 at /ec2.private_ip 3001 and impossible to connect to 0 and...
wow @musalbas that is a extremely prompt response The steps you mentioned: #1 check #2 check ( I launched 8 instances ) #3 check #4 check #5 check ( I...
Hi @musalbas , I set "All TCP" in AWS security groups with the port range 0-65535 for both inbound and outbound rules. However, it seems like I got the same...
@musalbas I was running tester.py on my own computer and it didn't work so I figured that maybe clients also need to run on ec2? If so, how many clients...
@musalbas Thanks for your quick reply. I moved to run byzcuit last night. However, it still went wrong when trying to r = requests.get(127.0.0.1:5000/api/1.0/load_objects_from_file) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=5000): Max retries exceeded...
Do I have to change the hostsconfig in ChainSpaceClientConfig/shards on the instance I am going to run tester.py? cuz it lauch at 127.0.0.1:5000/api/1.0 so the other instances can't reach it,...
@musalbas Thanks for the response Yes I did run client service and tester.py on the same instance. I launched a total of 16 nodes( 8 shard nodes & 8 client...
@musalbas I found out that when I run runclientservice on my mac, it successfully launched the service at 0.0.0.0:5000 but when I ran it in ec2 instances, it also showed...
@musalbas I'm using Debian 9 Stretch. I might found the solution from the comment above, seems like screen is not working on my instances so I used nohup instead. e.g....