Need to support write, read, delete scenario for longevity tests #148
Labels
No labels
P0
P1
P2
P3
good first issue
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/xk6-frostfs#148
Loading…
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?
Need to support new write, read, delete scenario for longevity tests. Read should read in loop written objects, and not read deleted objects
The tricky problem is to avoid simultaneous GET/DELETE on the same object.
It can be solved with a performance penalty in multiple ways.
It is also not obvious what we want here. For small background load scenarious we can run multiple k6 processes. Could you elaborate a bit what is the desired steps for your scenario (every object should be PUT then GET then DELETED, or something else)?
We want long load running for week up to months. First we start write load with simultaneous read and delete, then when cluster is filled up to f.e 70%, we stop load and start delete and read load, after gc on cluster regains space we stop delete and read and start normal load write, read, delete