Refactor replicator #517
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
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-node#517
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:feat/replicator-put-single"
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?
Now remote target tries put object with single request. If it is not possible or PutSingle RPC not implemented, put with stream is used.
Capacity rebalance removed
Added trace for replicator task handler
Closes #463
WIP: Refactor replicatorto Refactor replicator@ -452,0 +460,4 @@
objID, isSet := prm.obj.ID()
if !isSet {
return nil, fmt.Errorf("missing object id")
errors.New
?fixed
@ -452,0 +489,4 @@
if err == nil {
err = apistatus.ErrFromStatus(res.Status())
} else {
discussed offline
fixed
ff17b9726d
to1364113f08
policIer
in the commit message@ -64,2 +66,4 @@
prm.SetObject(t.obj)
_, objectIDSet := t.obj.ID()
if objectIDSet {
remoteTarget
is used by node only, so I would expect only prepared objects here.Can this condition be false?
fixed
1364113f08
toe39a9c9c68