Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9981EF43 for ; Sat, 16 Mar 2013 19:10:13 +0000 (UTC) Received: (qmail 81881 invoked by uid 500); 16 Mar 2013 19:10:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 81821 invoked by uid 500); 16 Mar 2013 19:10:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 81814 invoked by uid 99); 16 Mar 2013 19:10:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 19:10:12 +0000 Date: Sat, 16 Mar 2013 19:10:12 +0000 (UTC) From: "Erick Erickson (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SOLR-1082) Refactor caching layer to be JCache compliant (jsr-107). In particular, consider using ehcache implementation 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/SOLR-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-1082. ---------------------------------- Resolution: Won't Fix SPRING_CLEANING_2013. We can reopen if necessary. > Refactor caching layer to be JCache compliant (jsr-107). In particular, consider using ehcache implementation > ------------------------------------------------------------------------------------------------------------- > > Key: SOLR-1082 > URL: https://issues.apache.org/jira/browse/SOLR-1082 > Project: Solr > Issue Type: New Feature > Components: search > Affects Versions: 1.5 > Reporter: Kaktu Chakarabati > > overhaul the caching layer to be compliant > with the upcoming Jcache api (jsr-107). > In specific, I've been experimenting some with ehcache > (http://ehcache.sourceforge.net/ , Apache OS license) and it seems to be a > very comprehensive implementation, as well as fully compliant with the jcache API. > I think the benefits are numerous: in respect to ehcache itself, it seems to > be a very mature implementation, supporting most classical cache schemes as > well as some interesting distributed cache options (and of course, > performance-wise its very lucrative in terms of reported multi-cpu scaling > performance and some of the benchmark figures they show). > Further, abstracting away the caches to use the jcache api would probably > make it easier in the future to make the whole caching layer more easily > swappable with some other implementations that will probably crop up. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org