Browse Source

Merge pull request #680 from moqi-ai/master

fix the tool for change replication factor
pull/686/head
Chris Lu 7 years ago
committed by GitHub
parent
commit
3db6182181
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      unmaintained/change_superblock/change_superblock.go

2
unmaintained/change_superblock/change_superblock.go

@ -87,7 +87,7 @@ func main() {
if hasChange {
header = superBlock.Bytes()
header := superBlock.Bytes()
if n, e := datFile.WriteAt(header, 0); n == 0 || e != nil {
glog.Fatalf("cannot write super block: %v", e)

Loading…
Cancel
Save