mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 03:53:34 +08:00
DeleteUncommittedChunks
This commit is contained in:
@@ -134,7 +134,7 @@ func (fs *FilerServer) doPutAutoChunk(ctx context.Context, w http.ResponseWriter
|
||||
}
|
||||
filerResult, replyerr = fs.saveMetaData(ctx, r, fileName, contentType, so, md5bytes, fileChunks, chunkOffset, smallContent)
|
||||
if replyerr != nil {
|
||||
fs.filer.DeleteChunks(fileChunks)
|
||||
fs.filer.DeleteUncommittedChunks(fileChunks)
|
||||
}
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user