Can you share the full stack trace dump? - Mark
http://about.me/markrmiller On Feb 17, 2014, at 7:07 AM, Pawel Rog <pawelro...@gmail.com> wrote: > Hi, > I have quite annoying problem with Solr cloud. I have a cluster with 8 > shards and with 2 replicas in each. (Solr 4.6.1) > After some time cluster doesn't respond to any update requests. Restarting > the cluster nodes doesn't help. > > There are a lot of such stack traces (waiting for very long time): > > > - sun.misc.Unsafe.park(Native Method) > - java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) > - > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) > - > org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) > - > > org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) > - > > org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) > - > > org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) > - java.lang.Thread.run(Thread.java:722) > > > Do you have any idea where can I look for? > > -- > Pawel