appendFile does not recheck lease in second synchronized block --------------------------------------------------------------
Key: HDFS-1152 URL: https://issues.apache.org/jira/browse/HDFS-1152 Project: Hadoop HDFS Issue Type: Bug Components: name-node Affects Versions: 0.21.0 Reporter: Todd Lipcon Attachments: appendFile-recheck-lease.txt FSN.appendFile is made up of two synchronized sections. The second section assumes that the file has not gotten modified during the unsynchronized part in between. We should recheck the lease in the second block. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.