新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 391777b9 authored by 厚发 周's avatar 厚发 周

fix: add block file read log

    ----bug=1004933
No related merge requests found
......@@ -921,7 +921,7 @@ func (l *BlockFile) doReadFileSection(fiIndex *storePb.StoreInfo) ([]byte, error
n, err1 := lfile.rfile.ReadAt(data, int64(fiIndex.Offset))
lfile.RUnlock()
if err1 != nil {
l.logger.Warnf("read file section, read path: %s data failed: %d", path, err1)
l.logger.Warnf("read file section, read path: %s data failed: %v", path, err1)
return nil, err1
}
if uint64(n) != fiIndex.ByteLen {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment