-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Server weight zero #3130
Server weight zero #3130
Conversation
f9ef3aa
to
3995df4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, been looking forward to this one. 👍
3995df4
to
e183260
Compare
Looking forward to this one too! |
72e466f
to
7dbe33e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👼 This will be useful once its merged! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👏
21ae912
to
1183653
Compare
What does this PR do?
Currently, a server with a weight of
0
continue to receive calls: it's because if a server have a weight of0
the real weight is1
.These PR change this behavior:
0
will have a real weight of0
.0
, the server will be removed from the available servers.Motivation
Fixes #1294
More
Additional Notes
Related to vulcand/oxy#121, containous/oxy#18, #1780