Allow to specify wait before drop time for blobovnicza #1022
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#1022
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:feat/rebuild_drop_wait_time"
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?
Relates #983
This is needed because of the race condition:
storageID
from the metabasestorageID
from the blobovnicza.Now it is possible to specify wait time before drop empty blobovniczas after rebuild.
[#983] blobstor: Allow to specify wait before drop timeto Allow to specify wait before drop time for blobovniczac4fd682c6c
to4fdc0d3d75
@ -144,0 +153,4 @@
func (x *Config) DropTimeout() time.Duration {
d := config.DurationSafe(
(*config.Config)(x),
"drop_timeout",
It affects rebuild only, what about
rebuild_drop_timeout
fixed
4fdc0d3d75
to702351a5d1