From owner-svn-src-head@FreeBSD.ORG Mon Nov 17 18:52:37 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D918956; Mon, 17 Nov 2014 18:52:37 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C99C370; Mon, 17 Nov 2014 18:52:37 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1XqRPf-00031S-KB; Mon, 17 Nov 2014 18:52:35 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id sAHIqQvR004256; Mon, 17 Nov 2014 11:52:26 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Cv5V6wwt+24imr1eR1SkZ X-Authentication-Warning: paranoia.hippie.lan: Host revolution.hippie.lan [172.22.42.240] claimed to be [172.22.42.240] Subject: Re: svn commit: r274583 - head/usr.sbin/watchdogd From: Ian Lepore To: Benjamin Kaduk In-Reply-To: References: <201411160944.sAG9iUTJ084769@svn.freebsd.org> <54698F93.2030700@delphij.net> Content-Type: text/plain; charset="us-ascii" Date: Mon, 17 Nov 2014 11:52:21 -0700 Message-ID: <1416250341.1147.29.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Benjamin Kaduk , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Xin Li X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 18:52:37 -0000 On Mon, 2014-11-17 at 13:09 -0500, Benjamin Kaduk wrote: > On Mon, 17 Nov 2014, Xin Li wrote: > > > On 11/16/14 13:46, Benjamin Kaduk wrote: > > > On Sun, Nov 16, 2014 at 4:44 AM, Xin LI > > > wrote: > > > > > > Author: delphij Date: Sun Nov 16 09:44:30 2014 New Revision: > > > 274583 URL: https://svnweb.freebsd.org/changeset/base/274583 > > > > > > Log: Default to use 10 seconds as nap interval instead of 1. > > > > > > relnotes: yes? > > > > I'm not sure -- no objection but is this noteworthy? > > Well, I'm not sure, either. It seems borderline to me, but IIRC Glen had > asked us to err on the side of using relnotes: yes too often instead of > too little. It seems like this could fall under "a change of default > configuration that would result in a noticeable behavior change" for some > systems, but probably not a particularly large number. > > I don't have strong feelings either way. > > -Ben > I think the only way you would see a behavior change is if we had a system whose max timeout was under 10 seconds. The shortest I know of are some arm systems whose max is 16 seconds. -- Ian