This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where instance descriptor were thrown away after first match
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.
- Loading branch information