Re: JanusGraph 0.5.2 and BigTable
BO XUAN LI <libo...@...>
Hi Assaf,
toggle quoted message
Show quoted text
I am not familiar with GKE but I can try to answer some of your questions: > how does a traversal behave when looking up based on an index key when the key is not yet indexed > org.janusgraph.diskstorage.locking.PermanentLockingException: Local lock contention at org.janusgraph.diskstorage.locking.AbstractLocker.writeLock(AbstractLocker.java:327) This usually happens when you have multiple local threads (running on the same JVM instance) contending for the same lock. You might want to check your application logic. Best regards, Boxuan
|
|