Describe tombstone expiration time #7
Labels
No labels
P0
P1
P2
P3
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api#7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Let's add tombstone expiration timer to netinfo or other suitable place so that we could check its current value.
Right now it is set as a constant in the code
2540598779/cmd/frostfs-node/object.go (L319)
We will set it in the node configuration. From the protocol POV it is not a network value -- a user can create a tombstone themselves with any expiration epoch. This setting is for DELETE RPC where a node chooses tombstone's lifetime.
If we need to get it in runtime, we can get a tombstone object and check it's expiration epoch.
Now it may be set in node config in object→delete→tombstone_lifetime.
Let's close this issue.