-
Notifications
You must be signed in to change notification settings - Fork 340
DAOS-18487 object: control EC rebuild resource consumption #17439
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1685ef6
DAOS-18487 object: control EC rebuild resource consumption
gnailzenh fc7efdc
DAOS-18487 object: degraded buffer size only impact resource control
gnailzenh eecf6d3
Merge branch 'master' into b_ec_res
gnailzenh cf0d064
DAOS-18487 object: amplify credits also for data from parity shard
gnailzenh b000ff0
DAOS-18487 object: try to wake up more ULTs
gnailzenh 9086fc3
DAOS-18487 object: decrease upper limit of rebuild resource
gnailzenh eabe794
Merge branch 'master' into b_ec_res
gnailzenh c0f60ee
DAOS-18487 object: add resource bucket for rebuild
gnailzenh fb8b053
DAOS-18487 object: forget to unlock
gnailzenh 71814b4
DAOS-18487 object: fix a typo
gnailzenh 135d93e
DAOS-18487 object: shared resource waiters can miss the wakeup
gnailzenh 672a738
DAOS-18487 object: remove the incorrect error handling
gnailzenh 6f7b3ea
DAOS-18487 object: code reorgnization
gnailzenh 3f5bf6b
Merge branch 'master' into b_ec_res
gnailzenh 3d242d2
DAOS-18487 object: code cleanup
gnailzenh be0f4be
DAOS-18487 object: clang fix
gnailzenh 92a0023
DAOS-18487 rebuild: remove obsolete comment
gnailzenh 46b94fc
Merge branch 'master' into b_ec_res
gnailzenh 462fd12
DAOS-18487 rebuild: fix a bug for shared resource
gnailzenh 2178fcc
DAOS-18487 rebuild: seperate TLS and resource counter
gnailzenh 9746b7e
Merge branch 'master' into b_ec_res
gnailzenh d0f8632
Fix some bugs during reviewing
wangshilong a6a5073
DAOS-18487 rebuild: fix a bug for starveling
gnailzenh e76123c
DAOS-18487 rebuild: code cleanup
gnailzenh 047b71c
DAOS-18487 rebuild: add a few assertions
gnailzenh 42bd6ed
Add watchdog to detect rebuild hang
wangshilong 880aaae
codes cleanup
wangshilong 3bcd524
DAOS-18487 rebuild: integer overflow
gnailzenh 7727cdb
DAOS-18487 rebuild: code cleanup
gnailzenh 1b61456
DAOS-18487 rebuild: remove the false assertion
gnailzenh f05a7ad
Fix to reset eventual if reused
wangshilong b3c3aad
improve watchdog
wangshilong aa0c0dc
Merge branch 'master' of github.com:daos-stack/daos into liang/b_ec_res
wangshilong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor, "detect complete rebuild hang", complete can remove?