object: Introduce parent_split_id and parent_index for EC #48

Merged
fyrchik merged 1 commit from aarifullin/frostfs-api:feat/ec_header into master 2024-05-13 09:35:16 +00:00
Member
  • Introduce new fields for EC-header for Object service;
  • Regenerate docs.
* Introduce new fields for `EC`-header for `Object` service; * Regenerate docs.
aarifullin force-pushed feat/ec_header from bd76d8cb46 to 0485dfd82b 2024-05-08 10:10:32 +00:00 Compare
fyrchik approved these changes 2024-05-08 10:28:16 +00:00
@ -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" ];
Owner

I would use parentSplitIndex to be sure we not misuse it acidentally.

I would use `parentSplitIndex` to be sure we not misuse it acidentally.
Author
Member

Renamed

Renamed
fyrchik marked this conversation as resolved
aarifullin force-pushed feat/ec_header from 0485dfd82b to 0faf390205 2024-05-08 11:59:47 +00:00 Compare
fyrchik reviewed 2024-05-08 12:02:35 +00:00
@ -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" ];
Owner

JSON name should be changed too.

JSON name should be changed too.
Author
Member

Done

Done
aarifullin marked this conversation as resolved
aarifullin force-pushed feat/ec_header from 0faf390205 to cfb148ea0c 2024-05-08 12:02:38 +00:00 Compare
fyrchik approved these changes 2024-05-08 12:03:45 +00:00
acid-ant approved these changes 2024-05-13 09:06:45 +00:00
fyrchik merged commit cfb148ea0c into master 2024-05-13 09:35:16 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-api#48
No description provided.