mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
commit
230258702f
|
@ -61,7 +61,7 @@ func (v *Volume) Size() int64 {
|
|||
return stat.Size()
|
||||
}
|
||||
glog.V(0).Infof("Failed to read file size %s %v", v.dataFile.Name(), e)
|
||||
return -1
|
||||
return 0 // -1 causes integer overflow and the volume to become unwritable.
|
||||
}
|
||||
|
||||
// Close cleanly shuts down this volume
|
||||
|
|
Loading…
Reference in a new issue