From: Jelte Jansen Date: Wed, 23 Jan 2013 10:24:31 +0000 (+0100) Subject: [1356] Update description of database locked error X-Git-Tag: bind10-1.0.0-rc-release~29^2~1^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffa68930da0e9e19f697f1345807108dca356386;p=thirdparty%2Fkea.git [1356] Update description of database locked error --- diff --git a/src/bin/xfrin/xfrin_messages.mes b/src/bin/xfrin/xfrin_messages.mes index 770a8b2bd1..a40781aa68 100644 --- a/src/bin/xfrin/xfrin_messages.mes +++ b/src/bin/xfrin/xfrin_messages.mes @@ -175,6 +175,10 @@ exception message is printed in the log message. The XFR transfer for the given zone has failed due to a problem outside of the xfrin module. Possible reasons are a broken DNS message or failure in database connection. The error is shown in the log message. +One common cause of this error could be a locked database; especially when +using sqlite3 where a single transaction involving write operations blocks +any other read or write transactions. This is not a critical error, and +the transfer will be attempted again at the next retry time. % XFRIN_XFR_PROCESS_FAILURE %1 transfer of zone %2/%3 failed: %4 An XFR session failed outside the main protocol handling. This