Alexander S. created SOLR-7022:
----------------------------------
Summary: ERROR UpdateHandler java.lang.InterruptedException
Key: SOLR-7022
URL: https://issues.apache.org/jira/browse/SOLR-7022
Project: Solr
Issue Type: Bug
Environment: Solr 4.10.2, Ubuntu x86_64
Reporter: Alexander S.
What I did:
* Updated configs in zookeeper with zkcli.sh -cmd upconfig.
* Opened solr admin interface in the web browser
* Followed to core admin and reloaded the cores one by one
Backtrace:
{code}
java.lang.InterruptedException
at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:400)
at java.util.concurrent.FutureTask.get(FutureTask.java:187)
at
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:654)
at org.apache.solr.update.CommitTracker.run(CommitTracker.java:216)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
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:744)
{code}
I already did that before and didn't see such errors, but previous time I
increased the caches too much so warming time for query results cache was
around 30 seconds. This time cores reload took much longer and then this error
appeared in the log.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]