Hi 

We are seeing the below error(No files to download for index generation)
followed by Interrupted exception.

org.apache.solr.handler.SnapPuller; No files to download for index
generation:


org.apache.solr.common.SolrException; SnapPull failed
:org.apache.solr.common.SolrException: Index fetch failed : 
        at 
org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:503)
        at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:322)
        at org.apache.solr.handler.SnapPuller$1.run(SnapPuller.java:223)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Interrupted while waiting for core
reload to finish
        at org.apache.solr.handler.SnapPuller.reloadCore(SnapPuller.java:721)
        at 
org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:473)
        ... 9 more
Caused by: java.lang.InterruptedException
        at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:996)
        at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:236)
        at org.apache.solr.handler.SnapPuller.reloadCore(SnapPuller.java:718)
        ... 10 more


We are using Solr4.6.1 Version.
Any pointers why the core reload fails or what causes this to fail and how
can we debug this issue.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/java-lang-InterruptedException-while-reloading-core-tp4284423.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to