i getting issue long time. if neo4j transaction not closed (committed or rollback) (this can happen because of exceptions, or die/exit in middle of transaction, etc), neo4j doesn't release lock.
for resolving need stop neo4j , start neo4j again. should not required.
i check @ server configurations having 1 config org.neo4j.server.transaction.timeout=60 default 60 seconds. if setting works me default, 60 seconds timeout should have happened.
how check database locked or not? how avoid or remove database lock code or configurations? using latest neo4j 2.2.3.
you need doublecheck if driver you're using working transactional cypher endpoint. timeout applies one.
so suspicion you're using old cypher endpoint not aware of timeouts.
Comments
Post a Comment