tiaoxizhan
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
weed/server/filer_server_handlers_write_merge.go
|
|
@ -58,7 +58,7 @@ func (fs *FilerServer) mergeChunks(so *operation.StorageOption, inputChunks []*f |
|
|
|
if err != nil { |
|
|
|
glog.Errorf("Failed to resolve old entry chunks when delete old entry chunks. new: %s, old: %s", |
|
|
|
mergedChunks, inputChunks) |
|
|
|
return |
|
|
|
return mergedChunks, err |
|
|
|
} |
|
|
|
fs.filer.DeleteChunksNotRecursive(garbage) |
|
|
|
return |
|
|
|