You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2008/12/17 14:03:44 UTC

[jira] Updated: (SOLR-926) Exception in Replication

     [ https://issues.apache.org/jira/browse/SOLR-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-926:
----------------------------

    Component/s: replication (java)

> Exception in Replication
> ------------------------
>
>                 Key: SOLR-926
>                 URL: https://issues.apache.org/jira/browse/SOLR-926
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>
> While running the replication testcase (TestReplicationHandler)
> I get an exception
> Dec 17, 2008 6:22:12 PM org.apache.solr.common.SolrException log
> SEVERE: 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)
>  at org.apache.solr.handler.SnapPuller.doCommit(SnapPuller.java:369)
>  at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:278)
>  at org.apache.solr.handler.ReplicationHandler.doSnapPull(ReplicationHandler.java:211)
>  at org.apache.solr.handler.SnapPuller$1.run(SnapPuller.java:138)
>  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
>  at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
>  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
>  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:65)
>  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:142)
>  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:166)
>  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>  at java.lang.Thread.run(Thread.java:595)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.