fix append disorder (#5492)

This commit is contained in:
skycope
2024-04-11 10:21:44 +08:00
committed by GitHub
parent f08f95ac80
commit 6dae685f9c

View File

@@ -234,7 +234,7 @@ func (fs *FilerServer) cleanupChunks(fullpath string, existingEntry *filer.Entry
} }
} }
chunks = append(chunks, manifestChunks...) chunks = append(manifestChunks, chunks...)
return return
} }