Move action will recheck file length in execute process. If the file is compressed, it will compare the original length with compressed length because of two different dfsclients. As a result, moving compressed file cannot update sid. So, I replace smartDFSClient with DFSClient for MoveFileAction.
Move action will recheck file length in execute process. If the file is compressed, it will compare the original length with compressed length because of two different dfsclients. As a result, moving compressed file cannot update sid. So, I replace smartDFSClient with DFSClient for MoveFileAction.