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

DAOS-16714 object: triggering EC degraded fetch before rank eviction. #15342

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. DAOS-16714 object: triggering EC degraded fetch before rank eviction.

    Triggering EC degraded fetch before rank eviction. So it adds a tried
    target list for each I/O, if it gets timeout for one target, then the
    target will be added to the tried list, which will be aovided during
    the retry. And this list will only be revisited if there are no other
    alternative choice.
    
    Features: ec rebuild
    Required-githooks: true
    Signed-off-by: Di Wang <ddiwang@google.com>
    wangdi1 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9a50656 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    83610ff View commit details
    Browse the repository at this point in the history