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

plugins/forward: Add max_concurrent option #3640

Merged
merged 14 commits into from
Feb 4, 2020

Commits on Jan 29, 2020

  1. count and limit concurrent queries

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7a83235 View commit details
    Browse the repository at this point in the history
  2. add option

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    8252635 View commit details
    Browse the repository at this point in the history
  3. return servfail when limit exceeded

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    622dc26 View commit details
    Browse the repository at this point in the history
  4. docs

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    e2e8972 View commit details
    Browse the repository at this point in the history
  5. docs

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9183240 View commit details
    Browse the repository at this point in the history
  6. docs

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    ffdac70 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. review feedback

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    13a5df0 View commit details
    Browse the repository at this point in the history
  2. move atomic counter to beginning of struct

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    d3b67bd View commit details
    Browse the repository at this point in the history
  3. add comment for ErrLimitExceeded

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    a45ab13 View commit details
    Browse the repository at this point in the history
  4. rename option to max_concurrent

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b785834 View commit details
    Browse the repository at this point in the history
  5. add metric

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e715153 View commit details
    Browse the repository at this point in the history
  6. response REFUSED; incl max in error; add more docs

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e55f78d View commit details
    Browse the repository at this point in the history
  7. avoid err setup race

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    5985436 View commit details
    Browse the repository at this point in the history
  8. respond SERVFAIL; doc memory usage

    Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
    chrisohaver committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    ed7bcdb View commit details
    Browse the repository at this point in the history