blobovniczatree: Return source error from Init() #1630
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#1630
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:fix/blobovniczatree_init_error"
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?
As it was before: when the database was opened, an error returned,
but along with the original error, the
context cancelled
error returned,because
iterateIncompletedRebuildDBPaths
method hasctx.Done()
checkand egCtx passed to
iterateIncompletedRebuildDBPaths
method.Closes #1624
@ -68,3 +44,1 @@
if err != nil {
_ = eg.Wait()
return err
if b.blzInitWorkerCount > 0 {
blzInitWorkerCount
could be -1 (means no limit)Please remove redundant ` from commit message.