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

Enable ordered responses for ADS delta watches #752

Merged
merged 17 commits into from
Oct 10, 2023

Commits on Sep 13, 2023

  1. Enable ordered responses for delta watches

    Signed-off-by: huabing zhao <[email protected]>
    zhaohuabing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    73fdea3 View commit details
    Browse the repository at this point in the history
  2. Add WithOrededADS option to delta xds server

    Signed-off-by: huabing zhao <[email protected]>
    zhaohuabing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    19ec065 View commit details
    Browse the repository at this point in the history
  3. address comments

    Signed-off-by: huabing zhao <[email protected]>
    zhaohuabing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0c40067 View commit details
    Browse the repository at this point in the history
  4. handle responses in a seperate go routine to avoid deadlock

    Signed-off-by: huabing zhao <[email protected]>
    zhaohuabing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6e0bdc4 View commit details
    Browse the repository at this point in the history
  5. Revert "handle responses in a seperate go routine to avoid deadlock"

    This reverts commit f1a3989.
    
    Signed-off-by: huabing zhao <[email protected]>
    zhaohuabing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1f6e82b View commit details
    Browse the repository at this point in the history
  6. make sure responses are processed prior to new requests to avoid dead…

    …lock
    
    Signed-off-by: huabing zhao <[email protected]>
    zhaohuabing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f7dfca1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34cb745 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    8e58be9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    137a9c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    b8be038 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    3855214 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    48daf93 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    6d7ee24 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    c9c07b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    8944f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f505910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50441cb View commit details
    Browse the repository at this point in the history