From owner-freebsd-stable@FreeBSD.ORG Tue Oct 11 17:37:50 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B8641065674; Tue, 11 Oct 2011 17:37:50 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1ED8FC13; Tue, 11 Oct 2011 17:37:49 +0000 (UTC) Received: by gyf2 with SMTP id 2so8646251gyf.13 for ; Tue, 11 Oct 2011 10:37:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Aygc1t0Zwyxymh9rK/atO0WbQ5jCA1c9ZHmVuv6GCrk=; b=yG1arNy49RGw3AUjjNiFsBrTq50PDvTmX54y+F2RW7ZWfzdrw92cYIeU8a85S4AyaP Wa28T9iaS/rWRh8DosUmug4OyUxdupmpTPPKMvdbEOjARBCFWHe7iQfn5E0bheroB8mA 6puvlQlmI43zFmhTQdq+fbX3ZSv8pvQNEOJ8k= MIME-Version: 1.0 Received: by 10.236.131.193 with SMTP id m41mr31460022yhi.46.1318353362192; Tue, 11 Oct 2011 10:16:02 -0700 (PDT) Sender: artemb@gmail.com Received: by 10.236.103.33 with HTTP; Tue, 11 Oct 2011 10:16:02 -0700 (PDT) In-Reply-To: <852472071289497FA806928D0B41D0FE@multiplay.co.uk> References: <20101116003029.GC79816@numachi.com> <20101116125431.GA90475@icarus.home.lan> <852472071289497FA806928D0B41D0FE@multiplay.co.uk> Date: Tue, 11 Oct 2011 10:16:02 -0700 X-Google-Sender-Auth: 9DFNMe9TOvZc7m60b07gbi1IfbI Message-ID: From: Artem Belevich To: Steven Hartland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Micka=EBl_Maillot?= , Christer Solskogen , freebsd-stable@freebsd.org, Ivan Voras , Jeremy Chadwick Subject: Re: "High" cpu usage when using ZFS cache device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 17:37:50 -0000 On Tue, Oct 11, 2011 at 2:34 AM, Steven Hartland wrote: > ----- Original Message ----- From: "Micka=EBl Maillot" > > > >> same problem here after ~ 30 days with a production server and 2 SSD Int= el >> X25M as L2. >> so we update and reboot the 8-STABLE server every month. > > Old thread but also seeing this on 8.2-RELEASE so looks like this > may still be an issue. > > In our case this machine was running mysql with 2 x 60GB cache > SSD's. I checked for usage when the machine was idle just before > reboot to fix and the l2arc thread was still using 100% of a core > even with no disk access happening. > > Was a PR ever raised for this? No, there was no PR. L2arc CPU hogging after ~24 days was fixed in r218180 in -HEAD and was MFC'ed to 8-stable in r218429 early in February '11. If you're using 8-RELEASE, upgrading to 8-STABLE would be something to consider as there were other ZFS-related issues fixed there that didn't make it into -RELEASE. --Artem