Skip to content

Fix an issue in overlay network peer EP list maintenance#721

Merged
aboch merged 1 commit intomoby:masterfrom
sanimej:bfix
Oct 29, 2015
Merged

Fix an issue in overlay network peer EP list maintenance#721
aboch merged 1 commit intomoby:masterfrom
sanimej:bfix

Conversation

@sanimej
Copy link
Copy Markdown

@sanimej sanimej commented Oct 29, 2015

Fixes moby/moby#17465

For overlay networks every node maintains a list of remote Endpoints (that are present on peer nodes). When one of those remote EPs go down the list wasn't getting deleted. On a container restart on one of the peers EP ID changes, but the name remains the same. So the extra entries in the list can lead to unintended delete of the service records, thus causing the issue reported in docker #17465

Signed-off-by: Santhosh Manohar santhosh@docker.com

Signed-off-by: Santhosh Manohar <santhosh@docker.com>
@mrjana
Copy link
Copy Markdown
Contributor

mrjana commented Oct 29, 2015

LGTM

1 similar comment
@aboch
Copy link
Copy Markdown
Contributor

aboch commented Oct 29, 2015

LGTM

aboch added a commit that referenced this pull request Oct 29, 2015
Fix an issue in overlay network peer EP list maintenance
@aboch aboch merged commit 20351a8 into moby:master Oct 29, 2015
@sanimej sanimej deleted the bfix branch August 3, 2016 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants