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

Erigon is making a lot of DNS queries #9330

Closed
victorelec14 opened this issue Jan 27, 2024 · 3 comments
Closed

Erigon is making a lot of DNS queries #9330

victorelec14 opened this issue Jan 27, 2024 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@victorelec14
Copy link

victorelec14 commented Jan 27, 2024

System information

Erigon version: v2.57.1 git_tag=v2.57.1-dirty

OS & Version: Docker

Commit hash: 9f1cd65

Erigon Command (with flags/config):

Consensus Layer:

Consensus Layer Command (with flags/config):

command:
      - --chain=mainnet
      - --http
      - --http.api=eth,net,web3,engine,admin,erigon,debug,trace,txpool #engine,eth,debug,net  # eth,erigon,web3,net,debug,trace,txpool
      - --private.api.addr=0.0.0.0:9090
      - --authrpc.jwtsecret=/jwt.hex
      - --authrpc.addr=0.0.0.0
      - --authrpc.port=8551
      - --authrpc.vhosts=*
      - --metrics
      - --metrics.addr=0.0.0.0
      - --metrics.port=6060
      - --snapshots
      - --torrent.download.rate=512mb
      - --torrent.upload.rate=500kb
      - --torrent.port=42068 # Public BitTorrent protocol listen
      - --http.addr=0.0.0.0
      - --http.port=8545
      - --http.vhosts=*
      - --http.corsdomain=*
      - --ws
      - --nat=any
      - --prune=htcr 
      - --verbosity=4

Chain/Network: Mainnet

Expected behaviour

Actual behaviour

Hi, i have been synchronizing the chain on Mainnet for a few days, now i started having problems with my DNS server, and I see that the requests Erigon is making are too many, even to Trackers domains that don't exist anymore.

Every day that Erigon is active, it generates around 460,000 DNS Queries. At the moment, it is making an average of 20 DNS Queries per second.

image

image

9.rarbg.com is a parked domain

image

Thanks !

@elee1766
Copy link
Contributor

it's an issue with the upstream torrent library, not erigon itself

anacrolix/torrent#817

@yperbasis yperbasis added the imp2 Medium importance label Apr 5, 2024
@yperbasis yperbasis added imp1 High importance and removed imp2 Medium importance labels May 9, 2024
@yperbasis
Copy link
Member

Yeah, DNS on my Linux machine is broken even in the browser when the snapshot downloader is active, but it seems to be better on my MacBook.

@battlmonstr
Copy link
Contributor

duplicate of #5145

@battlmonstr battlmonstr closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
@battlmonstr battlmonstr removed their assignment Jun 10, 2024
@battlmonstr battlmonstr added duplicate This issue or pull request already exists and removed imp1 High importance labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants