Brandon Li created HDFS-5519: -------------------------------- Summary: COMMIT handler should update the commit status after sync Key: HDFS-5519 URL: https://issues.apache.org/jira/browse/HDFS-5519 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Brandon Li Assignee: Brandon Li Priority: Minor
The problem was found during test with Windows NFS client. After hsync, OpenFileCtx#checkCommit() should update COMMIT_DO_SYNC to COMMIT_FINISHED. Otherwise, the caller could throw run time exception since COMMIT_DO_SYNC is not expected. -- This message was sent by Atlassian JIRA (v6.1#6144)