BIND 10 #1323: Missing zones
BIND 10 Development
do-not-reply at isc.org
Wed Oct 19 09:44:55 UTC 2011
#1323: Missing zones
---------------------------------+-----------------------------------------
Reporter: vorner | Owner:
Type: defect | Status: new
Priority: major | Milestone: New Tasks
Component: b10-auth | Keywords:
Sensitive: 0 | Defect Severity: N/A
Sub-Project: DNS | Feature Depending on Ticket:
Estimated Difficulty: 0 | Add Hours to Ticket: 0
Total Hours: 0 | Internal?: 0
---------------------------------+-----------------------------------------
I loaded a large zone into the sqlite3 database (cz.) and set a slave
server to refresh from it every second. So it sent a request for SOA every
second.
After few successful queries, bind10 reported that the cz. zone does not
exist (sorry, I don't have the exact logs :-(). The next query took quite
some time to answer, but it succeeded.
I have two theories what might have happened. Either the hotspot cache got
flushed and there came a query, before it got answered, another one came
and the DB was locked, so the second one answered immediately as not-
exist.
The other is similar. I opened the DB with sqlite3, so maybe it got locked
for quite a long time.
However, both should probably be SERVFAIL, instead of pretending not to be
authoritative for the zone.
This might solve itself by switching to the new datasources, or might not.
--
Ticket URL: <http://bind10.isc.org/ticket/1323>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list