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
docs: document JVM DNS cache TTL interaction for hostname contact points
Explain that hostname contact points are re-resolved on every connection
attempt but are subject to the JVM DNS cache (default 30s TTL when no
security manager is installed). Document that the effective recovery time
after a node replacement is max(networkaddress.cache.ttl, reconnection
backoff), and that lowering the TTL below the reconnection base delay
yields no benefit. Correct the resolve-contact-points=false description
to clarify it still goes through the JVM DNS cache via Netty's
DefaultNameResolver.
0 commit comments