mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 03:23:33 +08:00
fix append disorder (#5492)
This commit is contained in:
@@ -234,7 +234,7 @@ func (fs *FilerServer) cleanupChunks(fullpath string, existingEntry *filer.Entry
|
||||
}
|
||||
}
|
||||
|
||||
chunks = append(chunks, manifestChunks...)
|
||||
chunks = append(manifestChunks, chunks...)
|
||||
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user