Bulk operation locked on actionGet ES 1.7.x

Hi,
I know that similar questions were asked , but not found solution for that issue.
My app has 10 threads that part of them can run bulk index, there number of servers running same app , from time to time I see that some servers are locked on :
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:278)
at org.elasticsearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:117)
at org.elasticsearch.action.support.AdapterActionFuture.actionGet(AdapterActionFuture.java:45)

Am I doing something wrong with bulk index ? How can I fix this.
Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.