Write-cache is flushing only within timeout CLI period #477
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#477
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?
Expected Behavior
Write-cache should continue flushing after CLI stopped due to timeout exeeded.
Current Behavior
Write-cache is flushing only within timeout CLI period.
After timeout exeeded CLI returned error
rpc error: context deadline exceeded
and write-cache stopped flushing.Steps to Reproduce (for bugs)
1.Check that WC contains data
2.Try to fush it
3.See that messeges about flush process appears in the log only within the CLI timeout
4.Check that some data was flushed from cache:
Regression
Yes
Version
Your Environment
Virtual
4 nodes
It is not a bug, the expected behaviour now.
We have not yet introduce async interface for it.
Should be closed with #479
writecache seal
in async interface #953