java: use empty value as replication default
This commit is contained in:
@@ -32,10 +32,10 @@ public class SeaweedOutputStream extends OutputStream {
|
|||||||
private long lastTotalAppendOffset = 0;
|
private long lastTotalAppendOffset = 0;
|
||||||
private ByteBuffer buffer;
|
private ByteBuffer buffer;
|
||||||
private long outputIndex;
|
private long outputIndex;
|
||||||
private String replication = "000";
|
private String replication = "";
|
||||||
|
|
||||||
public SeaweedOutputStream(FilerClient filerClient, final String fullpath) {
|
public SeaweedOutputStream(FilerClient filerClient, final String fullpath) {
|
||||||
this(filerClient, fullpath, "000");
|
this(filerClient, fullpath, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
public SeaweedOutputStream(FilerClient filerClient, final String fullpath, final String replication) {
|
public SeaweedOutputStream(FilerClient filerClient, final String fullpath, final String replication) {
|
||||||
|
|||||||
Reference in New Issue
Block a user