[jira] [Commented] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664140#comment-13664140 ] Gary Gregory commented on DBCP-398: --- Can you provide a unit test that exhibits this

[jira] [Commented] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Sarvesh Sakalanaga (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664249#comment-13664249 ] Sarvesh Sakalanaga commented on DBCP-398: - Version 1.4 DBCP hangs

[jira] [Commented] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Sarvesh Sakalanaga (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664259#comment-13664259 ] Sarvesh Sakalanaga commented on DBCP-398: - Unfortunately it’s not that easy to write

[jira] [Commented] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664292#comment-13664292 ] Gary Gregory commented on DBCP-398: --- A seemingly simple change like replacing

[jira] [Comment Edited] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664292#comment-13664292 ] Gary Gregory edited comment on DBCP-398 at 5/22/13 5:30 PM: A

[jira] [Updated] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Sarvesh Sakalanaga (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarvesh Sakalanaga updated DBCP-398: Attachment: DBCP-398.0.patch Here is the patch. Unit tests are passing on my system and I

[jira] [Commented] (MATH-977) Add Halton sequence generator

2013-05-22 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664424#comment-13664424 ] Thomas Neidhart commented on MATH-977: -- Added implementation in r1485346. Still missing

[jira] [Commented] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664658#comment-13664658 ] Gary Gregory commented on DBCP-398: --- I confirm that the patch applies cleanly and does not

[jira] [Comment Edited] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664658#comment-13664658 ] Gary Gregory edited comment on DBCP-398 at 5/22/13 11:14 PM: - I

[jira] [Commented] (DBCP-398) DBCP hangs on common pool borrowObject when PoolableConnection is used and the underlying connection closed unexpectedly (connection resets/timouts)

2013-05-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664719#comment-13664719 ] Phil Steitz commented on DBCP-398: -- I will take a careful look in the next couple of days.