<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Brian,<br>
      <br>
      Yes, that's exactly what I've done. It does try both masters,
      eventually, but seems to get stuck on the "missing" one, and (from
      the log messages) seems to back off from doing anything due to the
      errors. I'd have expected it to query both masters in quick
      succession on receipt of a NOTIFY, and treat an unresponsive
      master independently of a responsive one.<br>
      <br>
      This is with the latest Centos 7 RPMs on the 4.1 branch. Also note
      that I'm using TSIG and IXFR (I saw the same behaviour with AXFR).<br>
      <br>
      -- don<br>
      <br>
      <br>
      <br>
      On 15/12/18 8:03 PM, Brian Candler wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d99241e9-1ae0-934f-1573-7e3603a27605@pobox.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div class="moz-cite-prefix">On 15/12/2018 06:29, Don Stokes
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:2b28b9ef-ddc8-0218-60cd-09d77117ddc7@nz.net">I'm
        looking to deploy PowerDNS in a slave configuration that has
        multiple (BIND) masters. In a test rig I'm finding that if I
        have dual masters configured on a PDNS slave, and one of the two
        masters is unavailable, the slave is querying the absent master
        and not failing over to the other. <br>
        <br>
        And even if it receives and accepts a NOTIFY from the functional
        master, it still sends the SOA  query to the non-functional
        master.</blockquote>
      <p>The first question is: what version of PDNS Authoritative are
        you using?</p>
      <p>The second is just to confirm how you have configured each zone
        with multiple masters in SQL: is it a single row with a
        comma-separated list of masters?</p>
      <pre style="box-sizing: border-box; overflow: auto; font-family: Consolas, monospace; font-size: 15px; display: block; padding: 14px 0px 14px 20px; margin: 20px 0px; line-height: 23px; word-break: break-all; overflow-wrap: normal; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-width: 0px 0px 0px 2px; border-style: solid; border-color: rgb(238, 238, 238); border-image: initial; border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><span class="k" style="box-sizing: border-box; color: rgb(0, 112, 32); font-weight: bold;">INSERT</span> <span class="k" style="box-sizing: border-box; color: rgb(0, 112, 32); font-weight: bold;">INTO</span> <span class="n" style="box-sizing: border-box;">domains</span> <span class="p" style="box-sizing: border-box;">(</span><span class="n" style="box-sizing: border-box;">name</span><span class="p" style="box-sizing: border-box;">,</span> <span class="n" style="box-sizing: border-box;">master</span><span class="p" style="box-sizing: border-box;">,</span> <span class="k" style="box-sizing: border-box; color: rgb(0, 112, 32); font-weight: bold;">type</span><span class="p" style="box-sizing: border-box;">)</span> <span class="k" style="box-sizing: border-box; color: rgb(0, 112, 32); font-weight: bold;">VALUES</span> <span class="p" style="box-sizing: border-box;">(</span><span class="s1" style="box-sizing: border-box; color: rgb(64, 112, 160);">'example.com'</span><span class="p" style="box-sizing: border-box;">,</span> <span class="s1" style="box-sizing: border-box; color: rgb(64, 112, 160);">'192.0.2.1, 192.0.2.2'</span><span class="p" style="box-sizing: border-box;">,</span> <span class="s1" style="box-sizing: border-box; color: rgb(64, 112, 160);">'SLAVE'</span><span class="p" style="box-sizing: border-box;">);</span></pre>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Don Stokes, <a href="mailto:don@nz.net">don@nz.net</a>, 021 796
      072</div>
  </body>
</html>