Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Fix bug where instance descriptors were thrown away after first match #49

Merged
merged 1 commit into from
Feb 17, 2017

Conversation

DonnchaC
Copy link
Owner

Some users would like to have multiple master services backed by the same set of instance addresses. This is equivalent to having multiple unique domains served by one set of load balancers.

There was a bug where OnionBalance would discard a newly received instance descriptor after finding the first matching instance object. Other master services would not have their copy of that instance updated. This resulted in those other instances producing a "No descriptor received for instance" error.

Thank you to Alec Muffett for reporting this issue.

Resolves #47.

Some users would like to have multiple master services backed by
the same set of instance addresses. This is equivalent to having multiple
unique domains served by one set of load balancers.

There was a bug where OnionBalance would discard a newly received instance
descriptor after finding the first matching instance object. Other master
services would not have their copy of that instance updated. This resulted
in those other instances producing a "No descriptor received for instance"
error.

Thank you to Alec Muffett for reporting this issue.

Resolves #47.
@coveralls
Copy link

coveralls commented Feb 17, 2017

Coverage Status

Coverage decreased (-0.08%) to 35.082% when pulling 5e8002c on fix/47-repeated-instance-missing-descriptor into 070b245 on develop.

@DonnchaC DonnchaC merged commit f498afe into develop Feb 17, 2017
@DonnchaC DonnchaC deleted the fix/47-repeated-instance-missing-descriptor branch February 21, 2017 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants