Open
Description
This is very similar to #150 , but #151 didn't fix it for this case.
I'm using Cassandra with docker stack deploy
in swarm mode. If I specify a ports:
section in the stack YAML, _ip_address
gives a different address than when I don't have ports:
. With ports:
, lightweight transactions (LWT) fail, without it, they're fine. I locally hacked the _ip_address
function to only find addresses that start with 10.0.
, and that seemed to fix things up for me, but I don't really know if that's the way to go.