Skip to content

Commit 04eb60b

Browse files
committed
MErge fix:
Revert "removed setReplication() method. Using super.setReplication() instead (identical)." This reverts commit 44fb7e6.
1 parent 44fb7e6 commit 04eb60b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/apache/hadoop/fs/glusterfs/GlusterFileSystem.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,10 @@ public short getDefaultReplication(Path path) throws IOException{
515515
return getReplication(path);
516516
}
517517

518+
public boolean setReplication(Path path,short replication) throws IOException{
519+
return true;
520+
}
521+
518522
public long getBlockSize(Path path) throws IOException{
519523
long blkSz;
520524
Path absolute=makeAbsolute(path);

0 commit comments

Comments
 (0)