Introduce queue for prepared objects #128
Labels
No labels
P0
P1
P2
P3
good first issue
pool
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#128
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
REP4, 1G object, dev-env
Here is an old trace -- 74 sec (master):
Here is a trace after basic parallelization -- 48 sec (send-and-forget at most 3 parts in parallel, collect errors later):
There is a tradeoff between parallelization and memory consumption on the client: I suggest to introduce a parameter for SDK here (default=1).
Can serve as a basis for a later geo-aware placement.
Oh, it seems I have homomorphic hashing enabled -- it explains some gaps on pictures.
As for API status we could use the first error encountered.