Bug #33861 | load balance bestresponsetime blacklists need global state | ||
---|---|---|---|
Submitted: | 14 Jan 2008 13:22 | Modified: | 16 Oct 2008 13:53 |
Reporter: | Domas Mituzas | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S4 (Feature request) |
Version: | 5.1-nightly-20080114 | OS: | Any |
Assigned to: | Todd Farmer | CPU Architecture: | Any |
Tags: | again |
[14 Jan 2008 13:22]
Domas Mituzas
[14 Jan 2008 17:02]
Mark Matthews
This behavior is as-intended, as the concept is that you leave these *physical* connections in a pool for quite some time. Therefore, to avoid a bottleneck on connection "handout" from the pool, each physical connection has its own copy of the blacklist, they're not shared. Does the user require creation of physical connections often? If so, we'll have to do some thinking about how we can do this without being a bottleneck when we have to access the "shared state" blacklist.
[15 Feb 2008 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[12 Mar 2008 15:33]
Domas Mituzas
I'm reverifying it, to reclassify it as: load balance bestresponsetime blacklists need global state It is needed that new connections created would consult previously recorded global state for slow or unreachable hosts.
[15 Oct 2008 21:30]
Todd Farmer
Fixed and pushed.
[16 Oct 2008 13:53]
Tony Bedford
An entry was added to the 5.1.7 changelog: The loadBalance bestResponseTime blacklists did not have a global state.