object: Initial EC implementation #69
No reviewers
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 milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api-go#69
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-api-go:erasure-code"
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?
Signed-off-by: Evgenii Stratonikov e.stratonikov@yadro.com
54a4bcdbe6
tod278046e72
d278046e72
tobaa78b24ed
baa78b24ed
to5606868c3e
@ -594,0 +659,4 @@
if s != nil {
m = new(object.ECInfo)
chunks := make([]*object.ECInfo_Chunk, len(s.Chunks))
If
s.Chunks == nil
, thenm.Chunks == []*object.ECInfo_Chunk{}
. ButECInfo.FromGRPCMessage
has different implementation. Implementations should be the same.Fixed, added tests for conversion.
@ -1451,6 +1484,7 @@ func (b *PutSingleRequestBody) GetObject() *Object {
}
func (b *PutSingleRequestBody) SetObject(o *Object) {
spew.Dump(o)
Hw, debugee?
Fixed
5606868c3e
toc738088691
c738088691
to1772b92182