public class LocalDeadlockDetectedException
extends org.neo4j.kernel.DeadlockDetectedException
DeadlockDetectedException it will be invisible to users and code that already handle such
deadlock exceptions and retry. This exception is thrown instead of awaiting a lock locally on a slave
after it was acquired on the master, since applying a lock locally after master granted it should succeed,
or fail; it cannot wait for another condition.
While this work-around is in place there is more breathing room to figure out the real problem preventing
some local locks to be grabbed.| Constructor and Description |
|---|
LocalDeadlockDetectedException(org.neo4j.kernel.impl.locking.Locks.Client lockClient,
org.neo4j.kernel.impl.locking.Locks lockManager,
org.neo4j.kernel.impl.locking.Locks.ResourceType resourceType,
long[] resourceIds,
org.neo4j.kernel.impl.locking.LockType type) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LocalDeadlockDetectedException(org.neo4j.kernel.impl.locking.Locks.Client lockClient,
org.neo4j.kernel.impl.locking.Locks lockManager,
org.neo4j.kernel.impl.locking.Locks.ResourceType resourceType,
long[] resourceIds,
org.neo4j.kernel.impl.locking.LockType type)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.