Sim IJskes (JIRA) wrote:
[ https://issues.apache.org/jira/browse/RIVER-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927561#action_12927561 ]
Sim IJskes commented on RIVER-363:
----------------------------------
maybe this is relevant:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4073195
Test harness does not die on certain error conditions
-----------------------------------------------------
Key: RIVER-363
URL: https://issues.apache.org/jira/browse/RIVER-363
Project: River
Issue Type: Bug
Components: qa
Reporter: Sim IJskes
If for some yet unknown reason the testharness does not exit orderly, it
maintains open sockets, making automatic recovery by restart of QA job
impossible.
A thread will wait for a socket to close, if it's a non daemon thread,
the application stays open too. Leased sockets? keep alive or close?