Update dependencies #381
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#381
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-node:update-deps"
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?
a02aae8beb
to262e2d8273
262e2d8273
tob852537f4f
b852537f4f
to45cf615935
45cf615935
toa6c2993202
@ -32,4 +31,0 @@
go.etcd.io/bbolt v1.3.6
go.opentelemetry.io/otel v1.14.0
go.opentelemetry.io/otel/trace v1.14.0
go.uber.org/atomic v1.11.0
I am not sure why, but
go mod tidy
decided to remove this in the last commit, when I already got rid of atomics.@ -627,12 +629,14 @@ func initNetmap(appCfg *config.Config, netState *networkState, relayOnly bool) c
netmapWorkerPool, err := ants.NewPool(notificationHandlerPoolSize)
fatalOnErr(err)
var reBoostrapTurnedOff atomic.Bool
reBoostrapTurnedOff -> reBootsrapTurnedOff?
a6c2993202
tocf8531ccd7
sync/atomic
after go1.19 #313