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

NET-10685 - Remove dns v2 code #21598

Merged
merged 3 commits into from
Aug 13, 2024
Merged

NET-10685 - Remove dns v2 code #21598

merged 3 commits into from
Aug 13, 2024

Conversation

jmurret
Copy link
Member

@jmurret jmurret commented Aug 13, 2024

Description

We are not moving forward with this experimental code.

Testing & Reproduction steps

CI

Links

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

@jmurret jmurret added pr/no-changelog PR does not need a corresponding .changelog entry backport/1.19 Changes are backported to 1.19 labels Aug 13, 2024
@jmurret jmurret requested review from a team as code owners August 13, 2024 19:24
@github-actions github-actions bot added type/docs Documentation needs to be created/updated/clarified theme/config Relating to Consul Agent configuration, including reloading labels Aug 13, 2024
Comment on lines -1102 to +1112
structs.IsErrSamenessGroupMustBeDefaultForFailover(err):
structs.IsErrSamenessGroupMustBeDefaultForFailover(err),
structs.IsErrSamenessGroupNotFound(err):
Copy link
Member

Choose a reason for hiding this comment

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

FYI, looks like this is a net-new changes based on comparing Ent, but it brings them into sync.

func IsErrSamenessGroupNotFound(err error) bool {
return err != nil && strings.Contains(err.Error(), errSamenessGroupNotFound)
}

Copy link
Member

@zalimeni zalimeni Aug 13, 2024

Choose a reason for hiding this comment

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

Same here: no concern having this in CE given this is not CE-exclusive code, but seems net-new. I'm guessing it was left out in past Ent work.

Copy link
Member Author

Choose a reason for hiding this comment

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

yes. i had to fix this. it should have been in CE just like IsErrSamenessGroupMustBeDefaultForFailover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.19 Changes are backported to 1.19 pr/no-changelog PR does not need a corresponding .changelog entry pr/no-metrics-test theme/config Relating to Consul Agent configuration, including reloading type/docs Documentation needs to be created/updated/clarified
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants