fix the tool for change replication factor
This commit is contained in:
@@ -87,7 +87,7 @@ func main() {
|
|||||||
|
|
||||||
if hasChange {
|
if hasChange {
|
||||||
|
|
||||||
header = superBlock.Bytes()
|
header := superBlock.Bytes()
|
||||||
|
|
||||||
if n, e := datFile.WriteAt(header, 0); n == 0 || e != nil {
|
if n, e := datFile.WriteAt(header, 0); n == 0 || e != nil {
|
||||||
glog.Fatalf("cannot write super block: %v", e)
|
glog.Fatalf("cannot write super block: %v", e)
|
||||||
|
|||||||
Reference in New Issue
Block a user