]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1356] Update description of database locked error
authorJelte Jansen <jelte@isc.org>
Wed, 23 Jan 2013 10:24:31 +0000 (11:24 +0100)
committerJelte Jansen <jelte@isc.org>
Wed, 23 Jan 2013 10:24:31 +0000 (11:24 +0100)
src/bin/xfrin/xfrin_messages.mes

index 770a8b2bd14bf128f090848b14d904d686d15434..a40781aa680c200f1da2c77b252140017e4cda44 100644 (file)
@@ -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