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

etcd connection leakage when reload #6645

Open
Daseinlux opened this issue Apr 28, 2024 · 1 comment
Open

etcd connection leakage when reload #6645

Daseinlux opened this issue Apr 28, 2024 · 1 comment
Labels

Comments

@Daseinlux
Copy link

What happened:
etcd connection leakage when reload.
What you expected to happen:

How to reproduce it (as minimally and precisely as possible):
use etcd plugin and modify corefile to trigger reload.
Anything else we need to know?:

Environment:

  • the version of CoreDNS: v1.11.1
  • Corefile:
  .:53 {
      errors
      health {
          lameduck 5s
      }
      ready
      etcd com {
          path /skydns/ka2
          endpoint http://192.168.0.1:2379 http://192.168.0.2:2379 http://192.168.0.3:2379
          fallthrough
      }
      cache 10
      loop
      reload
      log
      loadbalance
  }
  • logs, if applicable:
  • OS (e.g: cat /etc/os-release):
  • Others:
@yangsenzk
Copy link

This bug can be reproduced. The process_open_fds metric of backend ETCD will be continuously increased by modify corefile that triggered coredns reload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants