TransactionFailureException

Hello Team ,

I am getting the WARN messages in neo4j.log while running the cypher statements from neo4j shell. Please help me in sharing the meaning , impact and result of the below error:

2019-08-29 14:02:47.228+0530 WARN Error during iterate.commit:
2019-08-29 14:02:47.228+0530 WARN 2473 times: org.neo4j.graphdb.TransactionFailureException: Transaction was marked as successful, but unable to commit transaction so rolled back.

Thanks in Advance!!

Best Regards
Akshat

what version of Neo4j? shouldnt matter but if you are on a 3.3.x or later release you should be using bin/cypher-shell as opposed to bin/neo4j-shell.

do you have example of the cypher statement run? is it a apoc.periodic.iterate?

is there a stack trace logged into logs/debug.log at the same time as the error into logs\neo4j.log?