Hi all,<div><br></div><div>we have one master server and several slave servers with Bind 9.9.2-P1, and service for about 50K zones.</div><div><br></div><div>i shutdown one slave,start it, then a lot of transfer between the slave and server:</div>
<div>log segment(rand zone for test):</div><div>***</div><div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.675 general: info: zone <a href="http://6x3he.com/IN">6x3he.com/IN</a>: Transfer started.</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.677 general: info: zone <a href="http://wqyvx.com/IN">wqyvx.com/IN</a>: Transfer started.</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.678 general: info: zone <a href="http://enwyj.com/IN">enwyj.com/IN</a>: Transfer started.</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.678 general: info: zone <a href="http://b8b4i.com/IN">b8b4i.com/IN</a>: Transfer started.</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.678 general: info: zone <a href="http://7bvvo.com/IN">7bvvo.com/IN</a>: Transfer started.</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.679 general: info: zone <a href="http://pn59g.com/IN">pn59g.com/IN</a>: Transfer started.</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.680 general: info: zone <a href="http://serf0.com/IN">serf0.com/IN</a>: Transfer started.</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.680 general: info: zone <a href="http://0pucv.com/IN">0pucv.com/IN</a>: Transfer started.</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.680 general: info: zone <a href="http://6mkgv.com/IN">6mkgv.com/IN</a>: Transfer started.</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.681 general: info: zone <a href="http://og0o8.com/IN">og0o8.com/IN</a>: Transfer started.</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.688 general: info: zone <a href="http://6x3he.com/IN">6x3he.com/IN</a>: transferred serial 2013020101</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.690 general: info: zone <a href="http://wqyvx.com/IN">wqyvx.com/IN</a>: transferred serial 2013020101</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.690 general: info: zone <a href="http://enwyj.com/IN">enwyj.com/IN</a>: transferred serial 2013020101</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.691 general: info: zone <a href="http://b8b4i.com/IN">b8b4i.com/IN</a>: transferred serial 2013020101</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.691 general: info: zone <a href="http://7bvvo.com/IN">7bvvo.com/IN</a>: transferred serial 2013020101</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.691 general: info: zone <a href="http://pn59g.com/IN">pn59g.com/IN</a>: transferred serial 2013020101</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.692 general: info: zone <a href="http://serf0.com/IN">serf0.com/IN</a>: transferred serial 2013020101</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.692 general: info: zone <a href="http://0pucv.com/IN">0pucv.com/IN</a>: transferred serial 2013020101</font></div><div><font face="courier new, monospace">05-Mar-2013 18:36:18.693 general: info: zone <a href="http://6mkgv.com/IN">6mkgv.com/IN</a>: transferred serial 2013020101</font></div>
<div><font face="courier new, monospace">05-Mar-2013 18:36:18.693 general: info: zone <a href="http://og0o8.com/IN">og0o8.com/IN</a>: transferred serial 2013020101</font></div></div><div><div>***</div><div>the check transfer(maybe this is usefull for consistency) will take a lot of time, for example several hours. in the meantime, if the master added new RR and send notify to the slave, the transfer not start(may be added to the end of transfer queue, new Inconsistency).</div>
<div><br></div><div>Can i skip the check transfer after slave start? if not ,can speed up?</div><div><br></div><div>options state in the named.conf of master:</div><div><div><font face="courier new, monospace">options {</font></div>
<div><font face="courier new, monospace">        listen-on port 53 {10.198.190.1;};</font></div><div><font face="courier new, monospace">        directory "/var/named/master";</font></div><div><font face="courier new, monospace">        pid-file "named.pid";</font></div>
<div><font face="courier new, monospace">        version "v2";</font></div><div><font face="courier new, monospace">        transfer-format many-answers;</font></div><div><font face="courier new, monospace">        transfers-in  1000;</font></div>
<div><font face="courier new, monospace">        transfers-out 1000;</font></div><div><font face="courier new, monospace">        transfers-per-ns 2000;</font></div><div><font face="courier new, monospace">        allow-new-zones yes;</font></div>
<div><font face="courier new, monospace">        zone-statistics yes;</font></div><div><font face="courier new, monospace">        recursion no;</font></div><div><font face="courier new, monospace">        check-integrity no; </font></div>
<div><font face="courier new, monospace">        allow-update { key rndc-key; };</font></div><div><font face="courier new, monospace">        notify yes;</font></div><div><font face="courier new, monospace">        also-notify {10.198.190.2; };</font></div>
<div><font face="courier new, monospace">        allow-transfer { localhost; 10.198.190.1; 10.198.190.2; };</font></div><div><font face="courier new, monospace">};</font></div></div><div><br></div><div>options state in the named.conf of slave:</div>
<div><div><font face="courier new, monospace">options {</font></div><div><font face="courier new, monospace">        listen-on port 53 {10.198.190.2;};</font></div><div><font face="courier new, monospace">        directory "/var/named/slave";</font></div>
<div><font face="courier new, monospace">        pid-file "named.pid";</font></div><div><font face="courier new, monospace">        version "v2";</font></div><div><font face="courier new, monospace">        allow-new-zones yes;</font></div>
<div><font face="courier new, monospace">        notify no;</font></div><div><font face="courier new, monospace">        allow-transfer { none; };</font></div><div><font face="courier new, monospace">        transfer-format many-answers;</font></div>
<div><font face="courier new, monospace">        transfers-in  1000;</font></div><div><font face="courier new, monospace">        transfers-out 1000;</font></div><div><font face="courier new, monospace">        transfers-per-ns 2000;</font></div>
<div><font face="courier new, monospace">        recursion no;</font></div><div><font face="courier new, monospace">};</font></div></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace"><br>
</font></div>-- <br>Best regards.<br>Felix New
</div>