Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings: FCB back-end does not try to add record after the last compression attempt. #25522

Closed
nvlsianpu opened this issue May 21, 2020 · 0 comments · Fixed by #25518
Closed
Assignees
Labels
area: Settings Settings subsystem bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@nvlsianpu
Copy link
Collaborator

nvlsianpu commented May 21, 2020

bug description
sttings key-value pair write request has build in GC mechanism called compression.
settings FCB back-end doesn't try to add record after the last compression attempt.
This imposes that it might be impossible to write key-value pair even that there is a room for it after back-end GC.

If the last compression made a room then subsequent write request might be successfully.

Expected behavior
possible to write if there is a room made within same write request which performs the compression.

Impact
Key-value pair might be not written despite the fact that there is room for it.

@nvlsianpu nvlsianpu added bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug area: Settings Settings subsystem labels May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Settings Settings subsystem bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants