Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A18426FE1 for ; Thu, 16 Jun 2011 17:12:08 +0000 (UTC) Received: (qmail 94382 invoked by uid 500); 16 Jun 2011 17:12:08 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 94357 invoked by uid 500); 16 Jun 2011 17:12:08 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 94346 invoked by uid 99); 16 Jun 2011 17:12:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 17:12:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 17:12:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5DE6641CC19 for ; Thu, 16 Jun 2011 17:11:47 +0000 (UTC) Date: Thu, 16 Jun 2011 17:11:47 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1217763214.11625.1308244307381.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <580864178.32847.1305953568338.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-2681) Upgrade ConcurrentLinkedHashMap (v1.2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2681. --------------------------------------- Resolution: Fixed s/1.1/1.2/ in r1136547. If it's more complicated than that please submit a patch. :) > Upgrade ConcurrentLinkedHashMap (v1.2) > -------------------------------------- > > Key: CASSANDRA-2681 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2681 > Project: Cassandra > Issue Type: Task > Components: Core > Reporter: Ben Manes > Assignee: Jonathan Ellis > Priority: Minor > Fix For: 1.0 > > > This release has numerous performance improvements. See the change log for details. > It also includes a few useful features that may be of interest, > - Snapshot iteration in order of hotness (CASSANDRA-1966) > - Optionally defer LRU maintenance penalty to a background executor (instead of amortized on caller threads) (Note that this setting is not advised if write storms are not rate limited, since it defers eviction until the executor runs.) > http://code.google.com/p/concurrentlinkedhashmap/ > http://code.google.com/p/concurrentlinkedhashmap/wiki/ExampleUsage > Verified compatibility with NonBlockingHashMap. Cassandra may want to consider adding the java_util_concurrent_chm.jar to the bootclasspath to swap all CHM usages with NBHM (CLHM is a decorator on top of CHM). > http://high-scale-lib.cvs.sourceforge.net/viewvc/high-scale-lib/high-scale-lib/README -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira