This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
dnstap-receiver stop to work #41
Labels
Comments
Hi, |
the bug is fixed |
Noww, after the bug fix I have issue with memory. |
Weird, can you share some details regarding your load (qps, number of domains, clients) ? |
With high load, I advise several things:
|
Thank you for update. I'll definitely test the new collector. |
I updated the link for the tutorial |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Dnstap receiver stop to work, below the error log
Oct 7 16:10:08 dnsdist01 dnstap_receiver: 2021-10-07 16:10:08,021 DEBUG External config file loaded
Oct 7 16:10:08 dnsdist01 dnstap_receiver: 2021-10-07 16:10:08,021 DEBUG Start receiver...
Oct 7 16:10:08 dnsdist01 dnstap_receiver: 2021-10-07 16:10:08,021 DEBUG Output handler: file
Oct 7 16:10:08 dnsdist01 dnstap_receiver: 2021-10-07 16:10:08,021 DEBUG Input handler: unix socket
Oct 7 16:10:08 dnsdist01 dnstap_receiver: 2021-10-07 16:10:08,021 DEBUG Input handler: listening on /var/run/dnsdist/dnstap.sock
Oct 7 16:10:08 dnsdist01 dnstap_receiver: 2021-10-07 16:10:08,022 DEBUG Webserver: listening on 0.0.0.0:8080
Oct 7 16:10:11 dnsdist01 dnstap_receiver: 2021-10-07 16:10:11,818 DEBUG Input handler: new connection from (unix-socket)
Oct 7 16:10:11 dnsdist01 dnstap_receiver: 2021-10-07 16:10:11,819 DEBUG Input handler: control ready received from (unix-socket)
Oct 7 16:10:11 dnsdist01 dnstap_receiver: 2021-10-07 16:10:11,819 DEBUG Input handler: sending control accept to (unix-socket)
Oct 7 16:10:11 dnsdist01 dnstap_receiver: 2021-10-07 16:10:11,820 DEBUG Input handler: control start received from (unix-socket)
Oct 7 22:33:51 dnsdist01 dnstap_receiver: 2021-10-07 22:33:51,460 DEBUG Input handler: (unix-socket) - closed
Oct 7 22:33:51 dnsdist01 dnstap_receiver: Task exception was never retrieved
Oct 7 22:33:51 dnsdist01 dnstap_receiver: future: <Task finished coro=<cb_onconnect() done, defined at /usr/local/lib/python3.6/site-packages/dnstap_receiver/inputs/input_socket.py:13> exception=IndexError('list index out of range',)>
Oct 7 22:33:51 dnsdist01 dnstap_receiver: Traceback (most recent call last):
Oct 7 22:33:51 dnsdist01 dnstap_receiver: File "/usr/local/lib/python3.6/site-packages/dnstap_receiver/inputs/input_socket.py", line 67, in cb_onconnect
Oct 7 22:33:51 dnsdist01 dnstap_receiver: await dnstap_decoder.cb_ondnstap(dnstap_protobuf, payload, cfg, queues_list, stats, geoip_reader, cache)
Oct 7 22:33:51 dnsdist01 dnstap_receiver: File "/usr/local/lib/python3.6/site-packages/dnstap_receiver/inputs/dnstap_decoder.py", line 129, in cb_ondnstap
Oct 7 22:33:51 dnsdist01 dnstap_receiver: tap["rrtype"] = dns_rdatatypes.RDATATYPES[qtype]
Oct 7 22:33:51 dnsdist01 dnstap_receiver: IndexError: list index out of range
The text was updated successfully, but these errors were encountered: