Replies: 2 comments 4 replies
-
Hi @shurikasa, |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi @shurikasa , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
Trying to set up and run PRESTO code on a centos 2 nodes cluster to run sql-type queries I am getting the following "Connection refused" errors:
[1616692472.672278] [gabe-bm-95:18810:1] sock.c:261 UCX ERROR connect(fd=2104, dest_addr=127.0.0.1:53996) failed: Connection refused
2021-03-26T01:14:33.921+0800 INFO pool-61-thread-1 nova.hetu.shuffle.ucx.UcxFetch GET PAGES DONE UcxFetch{producerId='20210325_171407_00010_bygmr.0.0-0', id=18, closed=true, msgid=2}
2021-03-26T01:14:35.921+0800 INFO pool-61-thread-1 nova.hetu.shuffle.ucx.UcxFetch GET PAGES DONE UcxFetch{producerId='20210325_171411_00011_bygmr.0.0-0', id=24, closed=true, msgid=2}
2021-03-26T01:14:35.921+0800 INFO 20210325_171430_00012_bygmr.10.0-3-99 nova.hetu.shuffle.ucx.UcxConnection Create a new connection pool for gabe-bm-96 Max connections 1
[1616692475.945974] [gabe-bm-95:18810:3] ucp_worker.c:1720 UCX INFO ep_cfg[2]: tag(tcp/enp2s0f0);
[1616692475.949630] [gabe-bm-95:18810:3] ucp_worker.c:1720 UCX INFO ep_cfg[3]: tag(tcp/enp2s0f0 tcp/lo);
[1616692475.954719] [gabe-bm-95:18810:3] sock.c:261 UCX ERROR connect(fd=2113, dest_addr=127.0.0.1:56203) failed: Connection refused
I am using one connection per host, I have explicitly set UCX_TLS=tcp (although I have tried a lot of combinations). The initial connection is set up and a couple of exchanges between nodes go through, however very quickly there is that "connection refused" error on one or another node. I have disable the firewall.
Please kindly let us know what could potentially be the issue. BTW no more information is available, the UCX_LOG_LEVEL is set to TRACE. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions