[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2023-09-18 Thread Phil Steitz (Jira)


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

Phil Steitz updated POOL-353:
-
Fix Version/s: (was: 2.12.0)

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2021-08-18 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory updated POOL-353:
-
Fix Version/s: (was: 2.11.1)
   2.11.2

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.11.2
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2021-08-12 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory updated POOL-353:
-
Fix Version/s: (was: 2.11.0)
   2.11.1

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.11.1
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2021-06-02 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory updated POOL-353:
-
Fix Version/s: (was: 2.10.0)
   2.10.1

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.10.1
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2020-09-29 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory updated POOL-353:
-
Fix Version/s: (was: 2.9.0)
   2.9.1

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.9.1
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2020-07-31 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory updated POOL-353:
-
Fix Version/s: (was: 2.8.1)
   2.8.2

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.8.2
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2019-12-11 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory updated POOL-353:
-
Fix Version/s: (was: 2.8.0)
   2.8.1

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.8.1
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2019-07-29 Thread Gary Gregory (JIRA)


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

Gary Gregory updated POOL-353:
--
Fix Version/s: (was: 2.7.0)
   2.7.1

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.7.1
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2019-04-11 Thread Gary Gregory (JIRA)


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

Gary Gregory updated POOL-353:
--
Fix Version/s: (was: 2.6.2)
   2.7.0

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.7.0
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2019-02-13 Thread Gary Gregory (JIRA)


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

Gary Gregory updated POOL-353:
--
Fix Version/s: (was: 2.6.1)
   2.6.2

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.6.2
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (POOL-353) Return false if current connection count is less then MinIdle in DefaultEvictionPolicy

2018-10-27 Thread Mark Struberg (JIRA)


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

Mark Struberg updated POOL-353:
---
Assignee: Mark Struberg

> Return false if current connection count is less then MinIdle in 
> DefaultEvictionPolicy
> --
>
> Key: POOL-353
> URL: https://issues.apache.org/jira/browse/POOL-353
> Project: Commons Pool
>  Issue Type: Improvement
>Affects Versions: 2.6.0
>Reporter: jefferyyuan
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 3.0, 2.6.1
>
>
> At 
> [https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1140]
> It first evicts idle connections, then re-creates idle instances to 
> ensureMinIdle.
> DefaultEvictionPolicy will close idle connection even when there is <= 
> MinIdle connections.
> https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
>  
> In case minIdle is set to large, it would causes problems like frequent full 
> GC.
>  * the connection related objects are promoted and stored in old gen, then 
> evict will close them and make it gc-able, and ensureMinIdle will create new 
> connections which will be eventually promoted to old gen and gc-able again.
>  * Old gen will grow quickly and need full gc.
> We can solve the problem if we always keep minIdle connections in the 
> DefaultEvictionPolicy.
> Or at least add doc to DefaultEvictionPolicy and may provide another 
> EvictionPolicy which returns false if current connection count is less then 
> MinIdle and refer it in  DefaultEvictionPolicy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)