object: Introduce parent_split_id
and parent_index
for EC
#48
Labels
No labels
P0
P1
P2
P3
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api#48
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-api:feat/ec_header"
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?
EC
-header forObject
service;bd76d8cb46
to0485dfd82b
@ -211,0 +213,4 @@
// In this case parent_split_id should be set.
bytes parent_split_id = 6 [ json_name = "parentSplitID" ];
// Parent's index in Split.
uint32 parent_index = 7 [ json_name = "parentIndex" ];
I would use
parentSplitIndex
to be sure we not misuse it acidentally.Renamed
0485dfd82b
to0faf390205
@ -211,0 +213,4 @@
// In this case parent_split_id should be set.
bytes parent_split_id = 6 [ json_name = "parentSplitID" ];
// Parent's index in Split.
uint32 parent_split_index = 7 [ json_name = "parentIndex" ];
JSON name should be changed too.
Done
0faf390205
tocfb148ea0c
ECHeader
#82