[#448] multipart: Support removing duplicated parts #448
No reviewers
TrueCloudLab/storage-services-developers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#448
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:bugfix/split_tree_duplicated_parts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously after tree split we can have duplicated parts
(several objects and tree node referred to the same part number).
Some of them couldn't be deleted after abort or compete action.
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
5d0eef5a56
to5bf79a2e63
[#XX] multipart: Support removing duplicated partsto [#448] multipart: Support removing duplicated parts5bf79a2e63
toe77cae5bd7
Actually, this looks quite straightforward and clear. Let's merge it after rebase.
@ -128,1 +128,4 @@
type PartInfoExtended struct {
PartInfo
Timestamp uint64
Let's write some comment about timestamp or whole
PartInfoExtended
structure, why we need that at all. If I understand correctly:e77cae5bd7
tof11aad634b