[ https://issues.apache.org/jira/browse/HADOOP-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Owen O'Malley updated HADOOP-4253: ---------------------------------- Fix Version/s: (was: 0.19.0) 0.20.0 Status: Open (was: Patch Available) Let's just change this in 0.20. Other comments: * In JarBuilder, I think it is better to just remove the in.close() from addFileStream, since the addNamedStream already closes it. * The TaskTracker threads, I'd use this.getName() rather that super.getName(). I think it is clearer what the intent is. > Fix warnings generated by FindBugs > ---------------------------------- > > Key: HADOOP-4253 > URL: https://issues.apache.org/jira/browse/HADOOP-4253 > Project: Hadoop Core > Issue Type: Bug > Components: conf, contrib/streaming, dfs, fs, mapred, record > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Fix For: 0.20.0 > > Attachments: HADOOP-4253.patch, HADOOP-4253.patch > > > Findbugs generates several errors related to unused return values, thread > synchronization and ambiguous method calls -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.