mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(metanode): skip the deleted inodes.#1000172889
Signed-off-by: Wu Huocheng <wuhuocheng@oppo.com>
This commit is contained in:
parent
1bc5ce41a5
commit
443770c908
@ -1155,8 +1155,8 @@ func (mp *metaPartition) fsmInternalBatchFreeMigrationExtentKey(val []byte) (err
|
||||
if item == nil {
|
||||
err = fmt.Errorf("mpId(%v) inode(%v) not found",
|
||||
mp.config.PartitionId, inoParam.Inode)
|
||||
log.LogErrorf("[fsmInternalBatchFreeMigrationExtentKey] %v", err)
|
||||
return
|
||||
log.LogWarnf("[fsmInternalBatchFreeMigrationExtentKey] %v", err)
|
||||
continue
|
||||
}
|
||||
ino := item.(*Inode)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user