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

lrs: handle multiple clusters in LRS stream #3935

Merged
merged 4 commits into from Oct 26, 2020

Commits on Oct 22, 2020

  1. [lrs_stream_report] handle multiple clusters in LRS stream

    - xdsclient.ReportLoad
      - create one LRS stream and one load.Store for each server address
      - to take just the server address, and return the load.Store
      - update EDS and LRS balancing policy to recreate LRS stream only when server address changes
    - LRS stream (v2 and v3)
      - set feature `send_all_clusters` in `node`
      - handle `resp.Clusters` and only send load for those clusters
      - handle `resp.SendAllClusters` and send load for all clusters
    menghanl committed Oct 22, 2020
    Copy the full SHA
    9b6862a View commit details
    Browse the repository at this point in the history
  2. [lrs_stream_report] c2

    menghanl committed Oct 22, 2020
    Copy the full SHA
    0e93130 View commit details
    Browse the repository at this point in the history
  3. [lrs_stream_report] c3

    menghanl committed Oct 22, 2020
    Copy the full SHA
    e199a5a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. [lrs_stream_report] go sum

    menghanl committed Oct 23, 2020
    Copy the full SHA
    7ea2e83 View commit details
    Browse the repository at this point in the history