From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id DA6F5201A38 for ; Mon, 2 Apr 2012 22:02:09 -0700 (PDT) Received: from github.com (sh2.rs.github.com [50.57.128.197]) by smtp1.rs.github.com (Postfix) with ESMTP id C900042878 for ; Mon, 2 Apr 2012 22:02:08 -0700 (PDT) Date: Mon, 02 Apr 2012 22:02:08 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f7a8450b7628_4fe61508aec53532@sh2.rs.github.com.mail> Subject: [dtaht/ceropackages] c78835: named: caching the roots has too many dependencies Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f7a8450b5157_4fe61508aec5338b"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 05:02:10 -0000 ----==_mimepart_4f7a8450b5157_4fe61508aec5338b Date: Mon, 02 Apr 2012 22:02:08 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f7a8450b67f4_4fe61508aec534cb@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages Commit: c78835f26da2e5989cd41a4857e1c23f35603b67 https://github.com/dtaht/ceropackages/commit/c78835f26da2e5989cd41a4857e1c23f35603b67 Author: Dave Taht Date: 2012-04-02 (Mon, 02 Apr 2012) Changed paths: M net/bind-latest/files/chroot/named/etc/bind/default/other.zones Log Message: ----------- named: caching the roots has too many dependencies While the performance benefit of caching the roots seems good... on boot, this leads to cascade failures while dnssec is not working. bind ends up throttling the connections to the roots, or vice versa and it can take minutes to actually get anywhere, during which time ntp is kicking the nameserver and vice versa, and sometimes we never get anywhere. ----==_mimepart_4f7a8450b5157_4fe61508aec5338b--