Ted Yu created HADOOP-10501: ------------------------------- Summary: Server#getHandlers() accesses handlers without synchronization Key: HADOOP-10501 URL: https://issues.apache.org/jira/browse/HADOOP-10501 Project: Hadoop Common Issue Type: Bug 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)