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

[debug] Stable9.1 fed share lag test #26817

Closed
wants to merge 3 commits into from

Commits on Dec 7, 2016

  1. Fix DAV stat cache to properly cache 404

    404 errors were not properly cached due to catching the wrong
    exception. Now catching ClientHttpException and checking the error
    code. In case of 404, adjust the stat cache accordingly.
    Vincent Petry committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    b6e85c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Partial fix to prevent connecting to broken fed servers

    Vincent Petry committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    de9998f View commit details
    Browse the repository at this point in the history
  2. Only trigger DiscoveryManager in fed storage's init

    Only trigger the discoverymanager in the init method. If the storage
    was already marked unavailable, that check will not need to be done
    anyway.
    Vincent Petry committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    25677ca View commit details
    Browse the repository at this point in the history