Fuse release() is async by design.If a file exists in Alluxio but not completed yet, we want open to wait for the file to complete and then open it, instead of opening a file with 0 length.
https://github.com/Alluxio/alluxio/pull/7807