]
Michal Babacek closed MODCLUSTER-158.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
Avoid unnecessary open sockets for non-master nodes
---------------------------------------------------
Key: MODCLUSTER-158
URL:
https://issues.jboss.org/browse/MODCLUSTER-158
Project: mod_cluster
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 1.0.3.GA, 1.1.0.CR2
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 1.0.4.GA, 1.1.0.CR3
When a node is being reset, or when it first comes online, an INFO request is sent to the
proxy. If this node is not the HASingleton master, this socket connection will typically
remain open, unused, until it times out. We ought to proactively close this connection.