Refactor morph #219
No reviewers
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#219
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:refactoring/object-3060-morph"
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?
Resolve linters
4b994e64bc
toa45503387d
WIP: Refactor morphto Refactor morpha45503387d
toe54d565049
@ -500,3 +529,3 @@
until, err = c.notaryTxValidationLimit()
if err != nil {
return err
return 0, err
[Optional]
Could this be simplified?
or
Done.
e54d565049
tofe87735073
LGTM
@ -249,3 +246,1 @@
l.log.Warn("listener worker pool drained",
zap.Int("capacity", l.pool.Cap()))
}
l.handleNotifyEvent(notifyEvent)
What about submiting here and processing error outside the switch?
Then funlen and gocognit linters will not pass:)