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

Back-port #33948 to 2016.3 + add log message #34009

Merged
merged 4 commits into from
Jun 16, 2016

Commits on Jun 14, 2016

  1. Save an entire minion cache traversal on each master pub

    We were doing an extra and unecessary full traversal of the minion
    cache. This refactors all returners and the master to reduce this
    to a single call. More work will be forthcoming to reduce this even
    further, especially in the context of auth lookups.
    Mike Place authored and rallytime committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    180c312 View commit details
    Browse the repository at this point in the history
  2. Fix loop over cache in auth checking!

    Mike Place authored and rallytime committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    5f69608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c776d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    239af9a View commit details
    Browse the repository at this point in the history