From owner-svn-src-all@FreeBSD.ORG Sat Mar 20 12:28:27 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D33BF106566C; Sat, 20 Mar 2010 12:28:27 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello089077043238.chello.pl [89.77.43.238]) by mx1.freebsd.org (Postfix) with ESMTP id 1ADCE8FC0C; Sat, 20 Mar 2010 12:28:26 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id DE15245E93; Sat, 20 Mar 2010 13:28:24 +0100 (CET) Received: from localhost (chello089077043238.chello.pl [89.77.43.238]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 9CD1D45CDC; Sat, 20 Mar 2010 13:28:16 +0100 (CET) Date: Sat, 20 Mar 2010 13:28:16 +0100 From: Pawel Jakub Dawidek To: Kip Macy Message-ID: <20100320122816.GG1733@garage.freebsd.pl> References: <201003162217.o2GMHMjU012285@svn.freebsd.org> <20100320110219.GD1733@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Lb0e7rgc7IsuDeGj" Content-Disposition: inline In-Reply-To: <20100320110219.GD1733@garage.freebsd.pl> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 9.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r205231 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2010 12:28:27 -0000 --Lb0e7rgc7IsuDeGj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 20, 2010 at 12:02:19PM +0100, Pawel Jakub Dawidek wrote: > On Tue, Mar 16, 2010 at 10:17:22PM +0000, Kip Macy wrote: > > Author: kmacy > > Date: Tue Mar 16 22:17:21 2010 > > New Revision: 205231 > > URL: http://svn.freebsd.org/changeset/base/205231 > >=20 > > Log: > > - reduce contention by breaking up ARC state locks in to 16 for data > > and 16 for metadata > > - export L2ARC tunables as sysctls > > - add several kstats to track L2ARC state more precisely > > - avoid holding a contended lock when atomically incrementing a > > contended counter (no lock protection needed for atomics) >=20 > Kip, don't get me wrong, I appreciate you're working on ZFS, but... >=20 > I'm still working on ZFS, trying hard to bring it up-to-date and such > invasive changes don't make it easier. >=20 > I'm not against invasive changes in general, but I want them to be > reviewed and tested properly. We discussed this multiple times and I > thought the consensus was to provide hard number and workload examples > that will prove the change really helps. And if it helps, present the > finding to Sun/Oracle guys to get the changes into OpenSolaris, which is > good for everyone: OpenSolaris gets faster ZFS, FreeBSD gets less pain > in keeping ZFS up-to-date. >=20 > Can I ask you to prepare description of the workload it helps, benchmark > it and present the numbers on zfs-code@opensolaris.org? >=20 > The ZFS team is built from really smart and mature developers. I'm sure > that if the change is properly described with prove included they will > accept it and the world will be a bit better place to live for everyone. Take a look at: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=3D6581122 --=20 Pawel Jakub Dawidek http://www.wheelsystems.com pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Lb0e7rgc7IsuDeGj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkukv2AACgkQForvXbEpPzRzAACgywRHCXf3qa6Jaf4PAUob8pgL nOsAn3dX/uXbVmYUNtp2FuLr/lQ5pGB1 =b0zW -----END PGP SIGNATURE----- --Lb0e7rgc7IsuDeGj--