zone aware load_balancer does not handle some of the rounding problems in calculations.#214
Merged
RomanDzhabarov merged 4 commits intomasterfrom Nov 13, 2016
Merged
zone aware load_balancer does not handle some of the rounding problems in calculations.#214RomanDzhabarov merged 4 commits intomasterfrom
RomanDzhabarov merged 4 commits intomasterfrom
Conversation
Member
roman: fixed. |
mattklein123
approved these changes
Nov 13, 2016
taiki45
pushed a commit
to taiki45/data-plane-api
that referenced
this pull request
Mar 15, 2018
- update_empty: envoyproxy/envoy#1688 - lb_zone_no_capacity_left: envoyproxy/envoy#214 Signed-off-by: Taiki Ono <taiki-ono@cookpad.com>
mandarjog
pushed a commit
to mandarjog/envoy
that referenced
this pull request
May 15, 2020
…yproxy#214) Signed-off-by: John Plevyak <jplevyak@gmail.com> Co-authored-by: John Plevyak <jplevyak@gmail.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Adding some details on the application lifecycle/network conditions investigation with Envoy on Android. I added sections for iOS so @rebello95 can integrate his findings here too. Signed-off-by: Alan Chiu <achiu@lyft.com> Description: device conditions analysis for Android Risk Level: low Testing: locally Docs Changes: /performance/device_conditions.rst Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Adding some details on the application lifecycle/network conditions investigation with Envoy on Android. I added sections for iOS so @rebello95 can integrate his findings here too. Signed-off-by: Alan Chiu <achiu@lyft.com> Description: device conditions analysis for Android Risk Level: low Testing: locally Docs Changes: /performance/device_conditions.rst Signed-off-by: JP Simard <jp@jpsim.com>
arminabf
pushed a commit
to arminabf/envoy
that referenced
this pull request
Jun 5, 2024
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Commit Message**:
- Organizing getting started docs for easy consumption
- Added a **Quickstart** option
- Changed the docs test. We will need to update so it covers more than
quickstart block later.
- I have manually tested all other blocks across the pages.
**Related Issues/PRs**:
Fixes #29
---------
Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Due to rounding errors we could end up in highly unlikely situation where we do not have left capacity to route.
Have a stat on that and return random zone in this case. We could potentially increase precision by using higher (than 10000) multiplier in calculations.
@lyft/network-team