Mathieu Viossat
Mathieu Viossat
My case was about Cassandra in containers as well. `rpc_address` is set to `0.0.0.0`. The Lua driver fetches the local Docker IP of the local peer (coordinator) which is a...
Please note that changed in 1.3.3 c176a9ccc3c84786088c1ec157a275b924e7e1b1
`getAddressForPeerHost` is used to get the addresses of the remote peers only, the JS driver uses the contact point as the local peer (coordinator) IP. It uses the `system.peers` table...
Sorry, my issue was not clear and didn't take 1.3.3 changes into account. The JS driver from DataStax works as follow: 1. resolve all contact points domains and add them...
1.3.3 works in my case. imo the saved IP of the local peer should always be the contact point, not `rpc_address` when available. An DNS resolver would be awesome.
Same problem here. @arcticShadow's workaround works (why?) but it removes the graceful shutdown.
I have a similar need: two reverse-proxies on the same host. My idea is to add a `VIRTUAL_NETWORK` environment variable (e.g. `public` or `internal`) to ignore containers without the same...
I hereby license my existing contributions to this project under the terms of the Apache 2.0 license.
On a fresh install of Fedora 33 with GNOME 3.38.4 it happens when I resume from sleep. Switching to Xorg solves the issue.