Write-cache is not automatically flushing #479
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 project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#479
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?
Expected Behavior
According new WC model it should be flush objects after small time after PUT to WC.
Current Behavior
Write-cache not automatically flushing (within load, after load stopped, within start/stop node).
Steps to Reproduce (for bugs)
1.Check size of WC
2.Run k6 load
3.Check that size of WC was grew
4.Wait some time and check that size of WC did not decrease
5.During #1-#4 I didn't see any messges in logs about WC flush
Regression
yes
Version
Your Environment
Virtual
4 nodes
Write-cache not automatically flushingto Write-cache is not automatically flushing@anikeev-yadro can you also post the config section relevant to the writecache?
https://git.frostfs.info/TrueCloudLab/frostfs-node/src/branch/master/config/example/node.yaml#L160
I meant the concrete one used for the test, not the example one.