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

DNS Record Conflict Stops Update After Batch Update is Applied #1389

Closed
lkusnadi opened this issue Jan 23, 2020 · 5 comments
Closed

DNS Record Conflict Stops Update After Batch Update is Applied #1389

lkusnadi opened this issue Jan 23, 2020 · 5 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@lkusnadi
Copy link

After #1164, I found that if you have a record that is defined in the external dns annotation with conflict, it can stop the entire update of DNS record. This is because the update is batched and if a conflict is detected within the batch, the process will not proceed.

This causes backlog of update requests queuing in external DNS.

If there's a conflict (e.g. the DNS record has been created by something else, other than external DNS), external DNS must first check if it has a corresponding TXT record. If it doesn't, it shouldn't be included in the batch; therefore the clog will not happen.

Wondering if anyone encounter this issue and what's the workaround if any? Thank you.

@richstokes
Copy link

Same issue with me - #1517

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 12, 2020
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 11, 2020
@seanmalloy
Copy link
Member

/kind bug
/triage duplicate
/close

This is a duplicate of #1517.

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. triage/duplicate Indicates an issue is a duplicate of other open issue. labels Aug 17, 2020
@k8s-ci-robot
Copy link
Contributor

@seanmalloy: Closing this issue.

In response to this:

/kind bug
/triage duplicate
/close

This is a duplicate of #1517.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

5 participants