]
Radoslav Husar commented on MODCLUSTER-728:
-------------------------------------------
Reclassified as bug, opened a PR similar to Aaron's but no flag and avoids situations
where proxy was configured as IP so no 'refresh' is possible.
Refresh ip of proxy
-------------------
Key: MODCLUSTER-728
URL:
https://issues.redhat.com/browse/MODCLUSTER-728
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.4.2.Final
Reporter: Aaron Ogburn
Assignee: Radoslav Husar
Priority: Major
Fix For: 2.0.0.Alpha1, 1.4.3.Final
With a proxy configured by host name, the InetSocketAddress is created once and reused so
the host name is never resolved again. This may be an issue if the proxy host name
resolution changed to a new ip address. If that happens, mod_cluster will never connect
to the proxy on the new ip unless the JVM is restarted or the proxy is manually removed
and added again.