We have a two node Phoenix app in fra
region where one node can’t connect to the other (which is in a backup region):
[warn] [libcluster:fly6pn] unable to connect to :"appname@fdaa:0:38b2:a7b:aa0:cecb:284f:2"
Looking at the nodes IP addresses tells me the IP above is not in use:
5b7d25fc fra fdaa:0:38b2:a7b:23c3:5b7d:25fc:2
889a8d05 cdg(B) fdaa:0:38b2:a7b:5b66:889a:8d05:2
By removing fra
from regions list solved the problem, but when adding it again the same libcluster warning occurs. Could it be that something is corrupt in fra
region? We have other apps though in fra
with the same libcluster config which are working alright.