FindBugs warnings in NetworkTopology
------------------------------------
Key: HADOOP-3300
URL: https://issues.apache.org/jira/browse/HADOOP-3300
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Reporter: Tom White
Fix For: 0.18.0
There are a couple of places where explicit locks aren't released correctly:
org.apache.hadoop.net.NetworkTopology.add(Node) does not release lock on all
exception paths
and
org.apache.hadoop.net.NetworkTopology.remove(Node) does not release lock on all
exception paths
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.