[ 
https://issues.apache.org/jira/browse/HADOOP-4969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660800#action_12660800
 ] 

Tom White commented on HADOOP-4969:
-----------------------------------

bq. Alternatively: use the java5 concurrency stuff instead of threads. 

+1 

[Callable|http://java.sun.com/javase/6/docs/api/java/util/concurrent/Callable.html]
 is almost equivalent to your Executable interface.

> Threads in servers should not die silently.
> -------------------------------------------
>
>                 Key: HADOOP-4969
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4969
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>
> If there is an uncaught exception, some threads in a server may die silently. 
> The corresponding error message does not show up in the log.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to