famosss
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
weed/storage/volume_read.go
|
|
@ -143,6 +143,7 @@ func (v *Volume) readNeedleDataInto(n *needle.Needle, readOption *ReadOption, wr |
|
|
|
return ErrorNotFound |
|
|
|
} |
|
|
|
actualOffset = nv.Offset.ToActualOffset() |
|
|
|
readOption.VolumeRevision = v.SuperBlock.CompactionRevision |
|
|
|
} |
|
|
|
count, err := n.ReadNeedleData(v.DataBackend, actualOffset, buf, x) |
|
|
|
v.dataFileAccessLock.RUnlock() |
|
|
|