Issue Details (XML | Word | Printable)

Key: POOL-116
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Phil Steitz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Pool

GenericKeyedObjecPool(factory, Config) constructor ignores minIdle setting in Config

Created: 18/Dec/07 06:57 AM   Updated: 20/Dec/07 01:32 AM
Return to search
Component/s: None
Affects Version/s: 1.3
Fix Version/s: 1.4

Time Tracking:
Not Specified

Resolution Date: 20/Dec/07 01:32 AM


 Description  « Hide
The GenericKeyedObjectPool constructor that takes a GenericKeyedObjectPool.Config object as an argument does not use the minIdle field in the Config, resulting in the default value being set.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Phil Steitz added a comment - 18/Dec/07 07:08 AM
Fixed in 1.4 release branch in r605105. Leaving open until fix (with other pending changes) is ported back to trunk.