[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-11-14 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15663312#comment-15663312 ] Mark Thomas commented on POOL-315: -- Thanks for the review. Patch applied. > GenericObjectP

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-11-02 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15629813#comment-15629813 ] Mark Thomas commented on POOL-315: -- Switching the internal implementation to use ScheduledT

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15597287#comment-15597287 ] Buğra Gedik commented on POOL-315: -- That sounds good as a direction. How about modeling it

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596450#comment-15596450 ] Gary Gregory commented on POOL-315: --- Waiting for completion could hang or _appear_ to hang

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-20 Thread JIRA
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15594241#comment-15594241 ] Buğra Gedik commented on POOL-315: -- waitForCompletion() was just a suggestion in terms of w

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15594236#comment-15594236 ] Gary Gregory commented on POOL-315: --- The test fails only once in a while, but it does fail

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-20 Thread JIRA
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591435#comment-15591435 ] Buğra Gedik commented on POOL-315: -- I updated the bug report with example code that illustr

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-20 Thread JIRA
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591433#comment-15591433 ] Buğra Gedik commented on POOL-315: -- {code} package com.unscrambl.drive; import static org.

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-20 Thread JIRA
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591432#comment-15591432 ] Buğra Gedik commented on POOL-315: -- {code} package com.unscrambl.drive; import static org.

[jira] [Commented] (POOL-315) GenericObjectPool close() does not wait for the current eviction task

2016-10-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590446#comment-15590446 ] Gary Gregory commented on POOL-315: --- Hi Buğra, Would you be willing to provide a unit tes