Re: [DNSOP] Fwd: New Version Notification for draft-muks-dnsop-dns-thundering-herd-00.txt
Mukund Sivaraman <muks@mukund.org> Fri, 26 June 2020 12:28 UTC
Return-Path: <muks@mukund.org>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id 8EFC53A12A9
for <dnsop@ietfa.amsl.com>; Fri, 26 Jun 2020 05:28:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level:
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001,
URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key)
header.d=mukund.org
Received: from mail.ietf.org ([4.31.198.44])
by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id P2Msn3UfHltx for <dnsop@ietfa.amsl.com>;
Fri, 26 Jun 2020 05:28:40 -0700 (PDT)
Received: from jupiter.mukund.org (jupiter.mukund.org [46.4.226.158])
(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 9534E3A084D
for <dnsop@ietf.org>; Fri, 26 Jun 2020 05:28:40 -0700 (PDT)
Date: Fri, 26 Jun 2020 17:58:36 +0530
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mukund.org; s=mail;
t=1593174519; bh=Ecl4XwDVY6HHobyeARy7F3mrFpvZSYokqW8uM5IEFlA=;
h=Date:From:To:Cc:Subject:References:In-Reply-To:From;
b=YEl11OkHxfGKCoDsI7AZHME5noJv1t14I7iWYsB1jRUjW8ZQJnRjG4kafYIhE5zs/
RQTlyGLjokg/MHK1VIE9oYwmpObUJh60gJ49qq6KHd2OiPKgL7fcFTsaPz/izHhh9q
yi2QfZk4IZ2H6CnRHcRsgRIzxKkbqUXcmSGLeAYY=
From: Mukund Sivaraman <muks@mukund.org>
To: Paul Vixie <paul@redbarn.org>
Cc: dnsop@ietf.org, Cricket Liu <cricket@infobox.com>,
Paul Wouters <paul@nohats.ca>
Message-ID: <20200626122836.GC12168@jurassic.vpn.mukund.org>
References: <159310275958.28219.2228183649424027878@ietfa.amsl.com>
<20200625165049.GA22173@jurassic.vpn.mukund.org>
<alpine.LRH.2.22.394.2006251428010.18151@bofh.nohats.ca>
<1825040.HPJnnLGoiM@linux-9daj>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha512;
protocol="application/pgp-signature"; boundary="zCKi3GIZzVBPywwA"
Content-Disposition: inline
In-Reply-To: <1825040.HPJnnLGoiM@linux-9daj>
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/FtE4Pz0lXIpLWTEigz3Ywk8I1EM>
Subject: Re: [DNSOP] Fwd: New Version Notification for
draft-muks-dnsop-dns-thundering-herd-00.txt
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>,
<mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>,
<mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 12:28:44 -0000
On Fri, Jun 26, 2020 at 01:02:51AM +0000, Paul Vixie wrote: > On Thursday, 25 June 2020 18:29:03 UTC Paul Wouters wrote: > > On Thu, 25 Jun 2020, Mukund Sivaraman wrote: > > > For whoever is interested, this is a description of a pattern of queries > > > noticed at busy public resolvers that has led to issues in at least 4 > > > different sites in the last 2 months. > > > > > > The current revision is a work in progress. We are still developing some > > > mitigations for NIOS, and some more introductory text also has to be > > > added. > > > > I would add a more explicit section on using prefetching of frequently > > asked queries, which mitigates (eliminates) the period when an answer is not > > available in the cache. > > i'm sorry in advance for anybody who is now hearing this for the 100th time. IIRC I read a message from the PowerDNS folks to dns-operations@ sometime ago that prefetch didn't help or show any observable effect in practical deployment, as much as it is assumed to. > > please don't pre-fetch. feel free to pre-discard; TTL is a maximum, and if you > want to randomly subtract from TTL upon every reuse, you'll remain compliant. > if the data turns out to be important it'll return. but prospective pre-fetch > means you may be creating network load for no purpose -- the data may not come > back again, or if it does, it may have changed, in which case you don't want > the stale stuff that pre-fetch would have brought you. > > this solves the thundering herd problem but without creating new problems. the > goal is de-synchronization. random subtractions to TTL in cache accomplishes > it. > > -- > Paul > > Mukund
- [DNSOP] Fwd: New Version Notification for draft-m… Mukund Sivaraman
- Re: [DNSOP] Fwd: New Version Notification for dra… Paul Wouters
- Re: [DNSOP] Fwd: New Version Notification for dra… dagon
- Re: [DNSOP] Fwd: New Version Notification for dra… Robert Edmonds
- Re: [DNSOP] Fwd: New Version Notification for dra… Paul Wouters
- Re: [DNSOP] Fwd: New Version Notification for dra… Paul Vixie
- Re: [DNSOP] Fwd: New Version Notification for dra… Mukund Sivaraman
- Re: [DNSOP] Fwd: New Version Notification for dra… Mukund Sivaraman
- Re: [DNSOP] Fwd: New Version Notification for dra… Mukund Sivaraman