Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8B309A6651 for ; Thu, 23 Oct 2014 11:24:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3C95914A2DB; Thu, 23 Oct 2014 11:24:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 42E0214A271 for ; Thu, 23 Oct 2014 11:24:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4_6YllrsV0JL for ; Thu, 23 Oct 2014 11:24:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B8F8814A150 for ; Thu, 23 Oct 2014 11:24:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B6B3798; Thu, 23 Oct 2014 11:24:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 23 Oct 2014 11:24:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/memcached To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20141023112431.B6B3798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Oct 23 11:24:31 UTC 2014 Modified Files: pkgsrc/devel/memcached: Makefile distinfo Log Message: Update to 1.4.21: Fixes makefile cleanups Avoid OOM errors when locked items stuck in tail If clients occasionally fetch many items, more than can fit the TCP buffers, then hang for a very long period of time, that slab class could OOM. In older versions this could cause a crash. Since 1.4.20 this will cause OOM errors. Now, if a locked item lands in the LRU tail, it will be bumped back to the head and an lrutail_reflocked counter incremented. If you're concerned about having stuck clients, watch that counter. Big thanks to Jay Grizzard et all at Box for helping track this down! To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/memcached/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/memcached/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.