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

Handle corner case in getLatest artifact, which cascades to Poller #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 19, 2018

  1. Handle corner case in ArtifactStore getLatest, which cascades to Mate…

    …rialPoller
    
    In our setup, we've noticed that objectMetadata request after doing a getLatest fails with 404. One possible code path that leads to this is getLatest returning Revisions.base(), which is problematic, since, we consider it to be a valid revision and try to do a metadata fetch. Added a fix to handle it with logging enabled.
    brewkode committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    036e85b View commit details
    Browse the repository at this point in the history