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
I am trying to connect to my cluster from a remote machine (my setup is in MacOS) and I get
Connection error: ('Unable to connect to any servers', {'<server ip>': error(61, "Tried connecting to [('<my server ip>', 9160)]. Last error: Connection refused")})
based on my research () I found out I need to change some conf:
which I did modified " ~/.ccm/repository/3.11.3/conf/cassandra.yaml" file and then I did ccm stop; ccm start
and still the same issue (not even sure my changes are taking effect )
The text was updated successfully, but these errors were encountered:
I am trying to connect to my cluster from a remote machine (my setup is in MacOS) and I get
Connection error: ('Unable to connect to any servers', {'<server ip>': error(61, "Tried connecting to [('<my server ip>', 9160)]. Last error: Connection refused")})
based on my research () I found out I need to change some conf:
which I did modified " ~/.ccm/repository/3.11.3/conf/cassandra.yaml" file and then I did
ccm stop; ccm start
and still the same issue (not even sure my changes are taking effect )
The text was updated successfully, but these errors were encountered: