FindBugs : fix "wait() or sleep() with locks held" warnings in hdfs -------------------------------------------------------------------
Key: HADOOP-5859 URL: https://issues.apache.org/jira/browse/HADOOP-5859 Project: Hadoop Core Issue Type: Bug Components: dfs Reporter: Kan Zhang Assignee: Kan Zhang This JIRA fixes the following warnings: SWL org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.closeInternal() calls Thread.sleep() with a lock held TLW wait() with two locks held in org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.flushInternal() TLW wait() with two locks held in org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.flushInternal() TLW wait() with two locks held in org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.writeChunk(byte[], int, int, byte[]) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.