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 76BB54EBE for ; Tue, 17 May 2011 20:20:31 +0000 (UTC) Received: (qmail 70514 invoked by uid 500); 17 May 2011 20:20:30 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 70452 invoked by uid 500); 17 May 2011 20:20:30 -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 70445 invoked by uid 99); 17 May 2011 20:20:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 20:20:30 +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, 17 May 2011 20:20:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 738F4CEE4F for ; Tue, 17 May 2011 20:19:47 +0000 (UTC) Date: Tue, 17 May 2011 20:19:47 +0000 (UTC) From: "allen fu (JIRA)" To: dev@lucene.apache.org Message-ID: <471114601.20311.1305663587469.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <462600822.16844.1305582167345.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3104) Hook up Automated Patch Checking for Lucene/Solr MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035021#comment-13035021 ] allen fu commented on LUCENE-3104: ---------------------------------- hi,Grant Ingersoll,I got a question about 'https://issues.apache.org/jira/browse/SOLR-926' ,I want to know how u fix the bug in solr 1.4. now,i got a question in replication of SolrCore.I change the dataDir of the old core,and reload(corename) to create a new SolrCore. But there are still some request handle by old SolrCore and throw a Exception EVERE: java.util.concurrent.RejectedExecutionException at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1477) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:384) at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:856) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:45) at java.util.concurrent.Executors$DelegatedExecutorService.submit(Executors.java:606) at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1175) at org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:350) So , I want to figure out how u fixed the bug in solr 1.4. thank you > Hook up Automated Patch Checking for Lucene/Solr > ------------------------------------------------ > > Key: LUCENE-3104 > URL: https://issues.apache.org/jira/browse/LUCENE-3104 > Project: Lucene - Java > Issue Type: Task > Reporter: Grant Ingersoll > > It would be really great if we could get feedback to contributors sooner on many things that are basic (tests exist, patch applies cleanly, etc.) > From Nigel Daley on builds@a.o > {quote} > I revamped the precommit testing in the fall so that it doesn't use Jira email anymore to trigger a build. The process is controlled by > https://builds.apache.org/hudson/job/PreCommit-Admin/ > which has some documentation up at the top of the job. You can look at the config of the job (do you have access?) to see what it's doing. Any project could use this same admin job -- you just need to ask me to add the project to the Jira filter used by the admin job (https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-xml/12313474/SearchRequest-12313474.xml?tempMax=100 ) once you have the downstream job(s) setup for your specific project. For Hadoop we have 3 downstream builds configured which also have some documentation: > https://builds.apache.org/hudson/job/PreCommit-HADOOP-Build/ > https://builds.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/ > https://builds.apache.org/hudson/job/PreCommit-HDFS-Build/ > {quote} -- This message is automatically generated by JIRA. 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