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
This crate looks super-cool; have you given any thought to how to allow nodes to have multiple addresses? For example, in a mixed IPv4 and IPv6 stack world, some nodes may have both an IPv4 address and an IPv6 address, and some may have only one or the other. This is a big problem deploying Cassandra in mixed-stack environments (since its gossip address can only be a single socket address).
The text was updated successfully, but these errors were encountered:
Using quickwit in a dual stack environnement in kubernetes, would be cool to support it 👍
2024-07-14T22:58:40.521Z WARN chitchat::server: Failed to gossip with seed node. error=failed to send chitchat message to peer
Caused by:
Address family not supported by protocol (os error 97) node_address=[2001:cafe:42::3:9c76]:7282
This crate looks super-cool; have you given any thought to how to allow nodes to have multiple addresses? For example, in a mixed IPv4 and IPv6 stack world, some nodes may have both an IPv4 address and an IPv6 address, and some may have only one or the other. This is a big problem deploying Cassandra in mixed-stack environments (since its gossip address can only be a single socket address).
The text was updated successfully, but these errors were encountered: