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

[Filestore] NBSNEBIUS-91: Add ForcedCleanup handle for fs #268

Merged
merged 6 commits into from
Feb 2, 2024

Conversation

debnatkh
Copy link
Collaborator

Currently there is a mechanism that forcefully compacts all ranges present in the fs. In this PR a forced cleanup is introduced, which similarly forcefully runs cleanup operation on all ranges. No new transactions are introduced – ForcedCompaction request is extended with a enum that specifies if compaction or a cleanup is to be performed on the range.

@debnatkh debnatkh marked this pull request as ready for review January 29, 2024 00:54
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 1b1e481.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4685 4613 0 0 0 72

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit a467212.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4685 4613 0 0 0 72

yegorskii
yegorskii previously approved these changes Feb 2, 2024
Copy link
Contributor

github-actions bot commented Feb 2, 2024

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit d0b5899.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4685 4613 0 0 0 72

@debnatkh debnatkh merged commit 88f9574 into main Feb 2, 2024
4 checks passed
@debnatkh debnatkh deleted the users/debnatkh/NBSNEBIUS-91 branch February 2, 2024 17:13
debnatkh added a commit that referenced this pull request Feb 2, 2024
* [Filestore] NBSNEBIUS-91: Add ForcedCleanup handle for fs
Copy link
Contributor

github-actions bot commented Feb 2, 2024

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit f0f2217.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4685 4613 0 0 0 72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants