mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-15 20:07:20 +08:00
skip the rest logic
This commit is contained in:
parent
88ff8fc27b
commit
2f72c24498
@ -136,6 +136,7 @@ func (f *Filer) deleteChunksIfNotNew(oldEntry, newEntry *Entry) {
|
||||
}
|
||||
if newEntry == nil {
|
||||
f.DeleteChunks(oldEntry.Chunks)
|
||||
return
|
||||
}
|
||||
|
||||
var toDelete []*filer_pb.FileChunk
|
||||
|
Loading…
Reference in New Issue
Block a user