Skip to content
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

ar/groupservice: remove drivernetwork #9233

Merged
merged 3 commits into from
Nov 5, 2020
Merged

Conversation

nickethier
Copy link
Member

Fixes a bug introduced in #9095 where the wrong port was used in service registration. This is because group services initially passed the port to the service watcher through use of a DriverNetwork. #9095 switch to using newer apis/interfaces that weren't previously available at the time, but didn't remove this initial functionality causing the wrong port number to be used on registration.

fixes #9221

Copy link
Member

@schmichael schmichael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a test broke. Maybe we can remove it and associated code? No one should be upgrading clients directly from 0.8 -> 1.0. https://app.circleci.com/pipelines/github/hashicorp/nomad/12842/workflows/41b0e3b2-d70a-4eab-9fc2-14e861417d60/jobs/114246

Copy link
Member

@shoenig shoenig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nickethier nickethier merged commit 60838c9 into master Nov 5, 2020
@nickethier nickethier deleted the b-groupservice-drivernet branch November 5, 2020 20:00
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[1.0.0-beta2]: Wrong port registered in consul
3 participants