-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Conversation
structs.IsErrSamenessGroupMustBeDefaultForFailover(err): | ||
structs.IsErrSamenessGroupMustBeDefaultForFailover(err), | ||
structs.IsErrSamenessGroupNotFound(err): |
There was a problem hiding this comment.
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) | ||
} | ||
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
* NET-10685 - Remove dns v2 code * adding missing erro * add missing license info.
Description
We are not moving forward with this experimental code.
Testing & Reproduction steps
CI
Links
PR Checklist