Hm, What is exclusive owner of this lock ? You should find it in debug mode. I mean by looking on value of variable in lock object.
On Fri, Mar 14, 2014 at 10:09 PM, Dodong Juan <[email protected]> wrote: > all of my threads are waiting for a lock to be released .. Yet I cannot > find any thread that owns this lock .. > > > "pool-10-thread-33" prio=6 tid=0x0000000017ccb800 nid=0x3ec4 runnable > [0x0000000020f5e000] > > java.lang.Thread.State: TIMED_WAITING (parking) > > at sun.misc.Unsafe.park(Native Method) > > - parking to wait for <0x00000007ce2d08b8> (a > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) > > at > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) > > at > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2176) > > at > com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:181) > > at > com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:113) > > at > com.orientechnologies.orient.client.remote.OStorageRemote.beginResponse(OStorageRemote.java:1949) > > at > com.orientechnologies.orient.client.remote.OStorageRemote.command(OStorageRemote.java:980) > > at > com.orientechnologies.orient.client.remote.OStorageRemoteThread.command(OStorageRemoteThread.java:430) > > at > com.orientechnologies.orient.core.command.OCommandRequestTextAbstract.execute(OCommandRequestTextAbstract.java:59) > > at > com.orientechnologies.orient.core.index.OIndexRemoteOneValue.get(OIndexRemoteOneValue.java:49) > > at > com.orientechnologies.orient.core.index.OIndexRemoteOneValue.get(OIndexRemoteOneValue.java:39) > > On Friday, March 14, 2014 12:42:42 PM UTC-4, Dodong Juan wrote: >> >> Did we get the resolution for this ..? >> Facing same issue but with 1.7rc2 >> >> On Wednesday, July 3, 2013 12:17:19 PM UTC-4, Peter Berkman wrote: >>> >>> send me your email address to: peter.berkman at nextgate.com and I'll >>> send you the code. Unfortunately, I've only gotten this issue with the >>> customer's data and I cannot share that. >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
