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 have some new nodes that are using IPv6 address as primary, and I see this in their logs:
WARN [cassandra-exporter-harvester-defer-0] 2022-11-30 11:01:36,965 Harvester.java:191 - Failed to register collector for MBean org.apache.cassandra.metrics:type=Connection,scope=2a01.4f8.$xxx.$yyy.0.0.0.1,name=Timeouts.
java.lang.IllegalArgumentException: '2a01.4f8.$xxx.$yyy.0.0.0.1' is not an IP string literal.
The text was updated successfully, but these errors were encountered:
/usr/local/etc/cassandra/jvm.options
# Prefer binding to IPv4 network intefaces (when net.ipv6.bindv6only=1). See
# comment out this entry to enable IPv6 support).
#-Djava.net.preferIPv4Stack=true
I have some new nodes that are using IPv6 address as primary, and I see this in their logs:
The text was updated successfully, but these errors were encountered: