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
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user