feat(state): allow storing of state in tmpfs instead of disk#961
Merged
xu282934741 merged 13 commits intokubewharf:mainfrom Nov 12, 2025
Merged
feat(state): allow storing of state in tmpfs instead of disk#961xu282934741 merged 13 commits intokubewharf:mainfrom
xu282934741 merged 13 commits intokubewharf:mainfrom
Conversation
0c5b442 to
fbda737
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #961 +/- ##
==========================================
+ Coverage 59.65% 59.79% +0.13%
==========================================
Files 682 684 +2
Lines 63929 64165 +236
==========================================
+ Hits 38137 38366 +229
+ Misses 21385 21372 -13
- Partials 4407 4427 +20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
82167ca to
bafbde4
Compare
8879d87 to
a29aa69
Compare
7e5e442 to
3caa357
Compare
e02a9e6 to
1fa3948
Compare
1fa3948 to
e5cb966
Compare
e5cb966 to
b8ad643
Compare
b8ad643 to
7857a16
Compare
fix: modify flags
fix: bug in storing state
fix: tests chore: format
feat: unit tests chore: debug fix: bug fix: breaking unit tests chore: lint
feat: remove old checkpoint file feat: remove old checkpoint file revert: sysadvisor changes feat: refactor chore: format fix: build errors chore: format fix: build errors fix: unit tests # Conflicts: # pkg/agent/qrm-plugins/cpu/dynamicpolicy/hintoptimizer/policy/memorybandwidth/optimizer_test.go
feat: implement pre-stop support and checkpoint fallback feat: implement pre-stop support and checkpoint fallback feat: implement pre-stop support and checkpoint fallback feat: implement pre-stop support and checkpoint fallback
feat: clean up test cases and improve code coverage feat: clean up test cases and improve code coverage feat: clean up test cases and improve code coverage feat: clean up test cases and improve code coverage feat: clean up test cases and improve code coverage
feat: refactor logic into new file feat: refactor logic into new file
fix: issue with error not propagating properly fix: issue with error not propagating properly fix: issue with error not propagating properly chore: goimport chore: goimport
7857a16 to
be74612
Compare
feat: implement time check to check if state files are up to date feat: implement time check to check if state files are up to date feat: implement time check to check if state files are up to date chore: rebase chore: rebase
be74612 to
e3bbf3c
Compare
xu282934741
approved these changes
Nov 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Some machines have bad disk performance so we can provide the option to store in memory (tmpfs). We need to ensure that when we want to store state in memory, we migrate the old state file from disk to memory.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer: