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

upstream: Implement retry concurrency budgets #9069

Merged
merged 77 commits into from
Jan 7, 2020

Commits on Nov 13, 2019

  1. proto

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    ee13f16 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. first pass

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    413a55a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. basic tests

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    43804fd View commit details
    Browse the repository at this point in the history
  2. cleanup tests

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c43f0cd View commit details
    Browse the repository at this point in the history
  3. docs and stat

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    24e247d View commit details
    Browse the repository at this point in the history
  4. more docs

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    86cd4d5 View commit details
    Browse the repository at this point in the history
  5. remove notes to self

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    eb75475 View commit details
    Browse the repository at this point in the history
  6. format fixes

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4a4e502 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Kick CI

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    38c53c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0970941 View commit details
    Browse the repository at this point in the history
  3. memory test

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    d5ec251 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. snow comments

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8d8cde0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. snow struct

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e74e782 View commit details
    Browse the repository at this point in the history
  2. ref

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b11c614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ca3a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Override retry CB if budgets configured

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9a0c03f View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f9137c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. docs

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    4a50f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea64ad7 View commit details
    Browse the repository at this point in the history
  3. stats integration

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    3002bcd View commit details
    Browse the repository at this point in the history
  4. format

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    0430c19 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. nits

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8053b7e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Account for HTTP1 requests

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    8f23bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f409e2 View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    91de3ce View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Merge remote-tracking branch 'origin/master' into percent_retry

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    92a8188 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. wip

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    a50970e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. wip

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    34bc98c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. builds

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    18c5a98 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. failed test runs

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    3378b64 View commit details
    Browse the repository at this point in the history
  2. bugs

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    baf91ac View commit details
    Browse the repository at this point in the history
  3. retry state impl tests

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    193e537 View commit details
    Browse the repository at this point in the history
  4. refactor

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    4fc3fb5 View commit details
    Browse the repository at this point in the history
  5. robust min concurrency test

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    f050c30 View commit details
    Browse the repository at this point in the history
  6. min concurrency fix

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    a2fb127 View commit details
    Browse the repository at this point in the history
  7. broken conn pool test

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    3bbe93c View commit details
    Browse the repository at this point in the history
  8. test http1 active_rq increment

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    f6162c8 View commit details
    Browse the repository at this point in the history
  9. test count

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    1b45679 View commit details
    Browse the repository at this point in the history
  10. format

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    0d33ec3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49753ce View commit details
    Browse the repository at this point in the history
  12. doc

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    b635e91 View commit details
    Browse the repository at this point in the history
  13. proto fix

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    1f02666 View commit details
    Browse the repository at this point in the history
  14. fix proto and DCO

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    6cee795 View commit details
    Browse the repository at this point in the history
  15. format after merge

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7d11191 View commit details
    Browse the repository at this point in the history
  16. docs

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7ce58e7 View commit details
    Browse the repository at this point in the history
  17. docs build

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    c318a95 View commit details
    Browse the repository at this point in the history
  18. format again

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    dde62da View commit details
    Browse the repository at this point in the history
  19. format again

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    2344034 View commit details
    Browse the repository at this point in the history
  20. make function part of impl

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    51a8f33 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. never ending fix format

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    cf9c6ef View commit details
    Browse the repository at this point in the history
  2. Kick CI

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    9a8e947 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. matt comments

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    0e100d1 View commit details
    Browse the repository at this point in the history
  2. docs

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ef41c69 View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    81941c0 View commit details
    Browse the repository at this point in the history
  4. Update retry_state_impl.cc

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    12198cd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. move into resource manager

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    74e5bbb View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    5285e3e View commit details
    Browse the repository at this point in the history
  3. docs

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    d3ed226 View commit details
    Browse the repository at this point in the history
  4. Removed unused struct

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    659f480 View commit details
    Browse the repository at this point in the history
  5. fix stats integration test

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    61d7057 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. memory fix again

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    f70acbe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. memory test

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    a77d1f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. matt comments

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    105dd0d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into pr

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0c46399 View commit details
    Browse the repository at this point in the history
  3. broken mem test

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    b9f46ec View commit details
    Browse the repository at this point in the history
  4. Kick CI

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    c78c39e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. fix stats

    Signed-off-by: Tony Allen <[email protected]>
    Tony Allen committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    bb9e81e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Configuration menu
    Copy the full SHA
    d21677d View commit details
    Browse the repository at this point in the history
  2. order version history

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    4cc50dd View commit details
    Browse the repository at this point in the history
  3. fix merge issue

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    f9cffe0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Configuration menu
    Copy the full SHA
    94f63e8 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    4fb492a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    005317c View commit details
    Browse the repository at this point in the history
  2. proto format

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    dc5f95e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    068e0e7 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2446f7b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. nits

    Signed-off-by: Tony Allen <[email protected]>
    tonya11en committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    da5fe31 View commit details
    Browse the repository at this point in the history