WHATSNEW.txt: reindex performance, Bind9 logging
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 6 Jun 2019 22:01:14 +0000 (10:01 +1200)
committerTim Beale <timbeale@samba.org>
Mon, 10 Jun 2019 06:13:27 +0000 (06:13 +0000)
Add entries for:
  Reindex performance improvements
  Bind9 logging
  LDAP referrals

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Tim Beale <timbeale@catalyst.net.nz>
Autobuild-User(master): Tim Beale <timbeale@samba.org>
Autobuild-Date(master): Mon Jun 10 06:13:27 UTC 2019 on sn-devel-184

WHATSNEW.txt

index 3ef066df34f1657ba91faf42e688fd76fd002c7c..c10c1d4ad1ebae6c9962ba214270331c2cdfa83c 100644 (file)
@@ -49,6 +49,40 @@ where:
 
 The version of the JSON Authentication messages has been changed to 1.2 from 1.1
 
+Reindex performance improvements
+--------------------------------
+
+The performance of samba-tool dbcheck --reindex has been improved, especially
+for large domains.
+
+LDAP referrals
+--------------
+
+The scheme of returned LDAP referrals now reflects the scheme of the original
+request, i.e. referrals received via ldap are prefixed with "ldap://"
+and those over ldaps are prefixed with "ldaps://"
+
+Previously all referrals were prefixed with "ldap://"
+
+Bind9 logging
+-------------
+
+It is now possible to log the duration of DNS operations performed by Bind9
+This should aid future diagnosis of performance issues, and could be used to
+monitor DNS performance. The logging is enabled by setting log level to
+"dns:10" in smb.conf
+
+The logs are currently Human readable text only, i.e. no JSON formatted output.
+
+Log lines are of the form:
+
+    <function>: DNS timing: result: [<result>] duration: (<duration>)
+    zone: [<zone>] name: [<name>] data: [<data>]
+
+    durations are in microseconds.
+
+
+
 
 
 REMOVED FEATURES