Re: Listening to Cassandra on IPv4 and IPv6 at the same time

2018-03-23 Thread Niclas Hedhman
Hi, FQDN = Fully Qualified Domain Name = IPv6 Address record in DNS A = IPv4 Address record in DNS He is saying, that by removing the resolution of a domain name (e.g cass1.acme.com) to only return an IPv4 address, and never return an IPv6 address, the issue that Cassandra only binds to

Re: Listening to Cassandra on IPv4 and IPv6 at the same time

2018-03-23 Thread Goutham reddy
Sudheer, Seems interesting, can you please eloborate what is FQDN and where to remove mapping. Appreciate your help. Thanks and Regards, Goutham On Fri, Mar 23, 2018 at 2:34 PM sudheer k wrote: > I found a solution for this. As Cassandra can’t bind to two

Re: Listening to Cassandra on IPv4 and IPv6 at the same time

2018-03-23 Thread sudheer k
I found a solution for this. As Cassandra can’t bind to two addresses at a point in time according to the comments in cassandra.yaml file, we removed mapping to FQDN and kept only A(IPv4) mapping. So, FQDN resolves to IPv4 always and we can use FQDN in the application configuration while

Listening to Cassandra on IPv4 and IPv6 at the same time

2018-03-22 Thread sudheer k
Hi, Can we listen to Cassandra on IPV4 and IPV6 at the same time? When I refer to some documents on the internet, it says I can only bind to one address at a point in time. In our application, we are talking to Cassandra on FQDN and application gets either of IPv4 or IPv6 connecting to