aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs3/src
diff options
context:
space:
mode:
authorjoeslay <54322500+joeslay@users.noreply.github.com>2019-09-12 11:44:09 +0100
committerGitHub <noreply@github.com>2019-09-12 11:44:09 +0100
commitd8c34b032fb6dbfb89359da6e5e002429ad42fc2 (patch)
treee86503ec3329f811a0604f42fb2a85b1a9b49efa /other/java/hdfs3/src
parentc1a928887a0da5825b7ba36ddb0530951eb6ee9a (diff)
parentae53f636804e41c2c7a0817e8f35434a00b6eacb (diff)
downloadseaweedfs-d8c34b032fb6dbfb89359da6e5e002429ad42fc2.tar.xz
seaweedfs-d8c34b032fb6dbfb89359da6e5e002429ad42fc2.zip
Merge pull request #6 from chrislusf/master
merge seaweed master
Diffstat (limited to 'other/java/hdfs3/src')
-rw-r--r--other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java b/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
index 826b74560..deb32c167 100644
--- a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
+++ b/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
@@ -106,7 +106,7 @@ public class SeaweedFileSystemStore {
}
}
- return filerClient.deleteEntry(getParentDirectory(path), path.getName(), true, recursive);
+ return filerClient.deleteEntry(getParentDirectory(path), path.getName(), true, recursive, true);
}
private FileStatus doGetFileStatus(Path path, FilerProto.Entry entry) {