[jira] [Updated] (POOL-192) GenericKeyedObjectPool: clear() clears the keyed pool but does not decrease the item counter

2011-11-13 Thread Phil Steitz (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/POOL-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Steitz updated POOL-192:
-

Fix Version/s: 1.5.7

Thanks for reporting this.

> GenericKeyedObjectPool: clear() clears the keyed pool but does not decrease 
> the item counter
> 
>
> Key: POOL-192
> URL: https://issues.apache.org/jira/browse/POOL-192
> Project: Commons Pool
>  Issue Type: Bug
>Affects Versions: 1.5.6
>Reporter: Helge Dannenberg
> Fix For: 1.5.7
>
>
> If function 'clear(Object key)' in GenericKeyedObjectPool is called onto a 
> keyed pool, the ObjectQueue (= the keyed pool) is removed from the pool list. 
> Its items are deleteded in the function 'destroy()' afterwards. But as the 
> ObjectQueue is already removed, the itemcounter _totalInternalProcessing is 
> never decreased.
> As a result of this bug the pool exhausts even if the pool is empty.
> The solution is to decrease the counter _totalInternalProcessing in 
> 'destroy()' also if ObjectQueue in null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (POOL-192) GenericKeyedObjectPool: clear() clears the keyed pool but does not decrease the item counter

2011-10-28 Thread Helge Dannenberg (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/POOL-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Helge Dannenberg updated POOL-192:
--

Comment: was deleted

(was: Na ja... Immerhin fehlerfrei ;-)


Sitz der Gesellschaft / Corporate Headquarters: Lufthansa Systems 
Aktiengesellschaft, Kelsterbach, Registereintragung / Registration: Amtsgericht 
Darmstadt 84307
Vorsitzender des Aufsichtsrats / Chairman of the Supervisory Board: Stephan 
Gemkow
Vorstand / Executive Board: Stefan Hansen (Vorsitzender / Chairman), Dr. Gunter 
Kuechler
 
)

> GenericKeyedObjectPool: clear() clears the keyed pool but does not decrease 
> the item counter
> 
>
> Key: POOL-192
> URL: https://issues.apache.org/jira/browse/POOL-192
> Project: Commons Pool
>  Issue Type: Bug
>Affects Versions: 1.5.6
>Reporter: Helge Dannenberg
>
> If function 'clear(Object key)' in GenericKeyedObjectPool is called onto a 
> keyed pool, the ObjectQueue (= the keyed pool) is removed from the pool list. 
> Its items are deleteded in the function 'destroy()' afterwards. But as the 
> ObjectQueue is already removed, the itemcounter _totalInternalProcessing is 
> never decreased.
> As a result of this bug the pool exhausts even if the pool is empty.
> The solution is to decrease the counter _totalInternalProcessing in 
> 'destroy()' also if ObjectQueue in null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira