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 767E59FE4 for ; Tue, 10 Apr 2012 17:13:38 +0000 (UTC) Received: (qmail 54059 invoked by uid 500); 10 Apr 2012 17:13:36 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 53974 invoked by uid 500); 10 Apr 2012 17:13:36 -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 53878 invoked by uid 99); 10 Apr 2012 17:13:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 17:13:36 +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; Tue, 10 Apr 2012 17:13:34 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3FC6E363D37 for ; Tue, 10 Apr 2012 17:13:13 +0000 (UTC) Date: Tue, 10 Apr 2012 17:13:13 +0000 (UTC) From: "Christian Moen (Resolved) (JIRA)" To: dev@lucene.apache.org Message-ID: <633700652.8293.1334077993262.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1960192461.22739.1332845247887.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (SOLR-3282) Perform Kuromoji/Japanese stability test before 3.6 freeze 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-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Moen resolved SOLR-3282. ---------------------------------- Resolution: Fixed > Perform Kuromoji/Japanese stability test before 3.6 freeze > ---------------------------------------------------------- > > Key: SOLR-3282 > URL: https://issues.apache.org/jira/browse/SOLR-3282 > Project: Solr > Issue Type: Task > Components: Schema and Analysis > Affects Versions: 3.6, 4.0 > Reporter: Christian Moen > Assignee: Christian Moen > Attachments: 250k-queries-no-highlight-gc.log, 250k-queries-no-highlight-visualvm.png, 62k-queries-highlight-gc.log, 62k-queries-highlight-visualvm.png, jawiki-index-gc.log, jawiki-index-gcviewer.png, jawiki-index-visualvm.png, long-query-indexing-gc.log, long-search-indexing-visualvm.png > > > Kuromoji might be used by many and also in mission critical systems. I'd like to run a stability test before we freeze 3.6. > My thinking is to test the out-of-the-box configuration using fieldtype {{text_ja}} as follows: > # Index all of Japanese Wikipedia documents (approx. 1.4M documents) in a never ending loop > # Simultaneously run many tens of thousands typical Japanese queries against the index at 3-5 queries per second with highlighting turned on > While Solr is indexing and searching, I'd like to verify that: > * Indexing and queries are working as expected > * Memory and heap usage looks stable over time > * Garbage collection is overall low over time -- no Full-GC issues > I'll post findings and results to this JIRA. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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