You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/05/11 17:01:24 UTC

[jira] [Updated] (HADOOP-10501) Server#getHandlers() accesses handlers without synchronization

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

Ted Yu updated HADOOP-10501:
----------------------------

    Component/s: ipc

> Server#getHandlers() accesses handlers without synchronization
> --------------------------------------------------------------
>
>                 Key: HADOOP-10501
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10501
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>   Iterable<? extends Thread> getHandlers() {
>     return Arrays.asList(handlers);
>   }
> {code}
> All the other methods accessing handlers are synchronized methods.



--
This message was sent by Atlassian JIRA
(v6.2#6252)