}
fopt = fstrm_iothr_options_init();
- fstrm_iothr_options_set_num_input_queues(fopt, named_g_cpus);
+ /*
+ * Both network threads and worker threads may log dnstap data.
+ */
+ fstrm_iothr_options_set_num_input_queues(fopt,
+ 2 * named_g_cpus);
fstrm_iothr_options_set_queue_model(
fopt, FSTRM_IOTHR_QUEUE_MODEL_MPSC);
--- /dev/null
+# Using "-n 1" allows GL #1795 to be reliably reproduced
+-D dnstap-ns3 -X named.lock -m record,size,mctx -c named.conf -d 99 -g -U 4 -n 1
./bin/tests/system/dnstap/README TXT.BRIEF 2019,2020
./bin/tests/system/dnstap/clean.sh SH 2015,2016,2017,2018,2019,2020
./bin/tests/system/dnstap/large-answer.fstrm X 2019,2020
+./bin/tests/system/dnstap/ns3/named.args X 2020
./bin/tests/system/dnstap/setup.sh SH 2018,2019,2020
./bin/tests/system/dnstap/tests.sh SH 2015,2016,2017,2018,2019,2020
./bin/tests/system/dnstap/ydump.py PYTHON 2016,2017,2018,2019,2020