mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix
This commit is contained in:
parent
ab61386d29
commit
cbffbd9025
|
@ -84,7 +84,7 @@ func (pw *PageWriter) ReadDirtyDataAt(data []byte, offset int64) (maxStop int64)
|
||||||
maxStop = max(maxStop, m2)
|
maxStop = max(maxStop, m2)
|
||||||
|
|
||||||
offset += readSize
|
offset += readSize
|
||||||
data = dataSlice[readSize:]
|
dataSlice = dataSlice[readSize:]
|
||||||
}
|
}
|
||||||
|
|
||||||
page_writer.CheckByteZero(fmt.Sprintf("page writer read [%d,%d)", offset, offset+int64(len(data))), data, 0, maxStop-offset)
|
page_writer.CheckByteZero(fmt.Sprintf("page writer read [%d,%d)", offset, offset+int64(len(data))), data, 0, maxStop-offset)
|
||||||
|
|
Loading…
Reference in a new issue