Latest Neo4j Desktop Update: Terminating running query stops database

Hi,
I just updated to the latest Neo4j Desktop on MacOS. I was running a query then realized I wanted to terminate the query. I clicked on the X to stop the query, and the database stopped and disconnected rather than just stopping the query. Seems like a quirky bug.
Thanks

It also seems to be stopping after successful queries using apoc.periodic.iterate

Could be related to Terminating transactions that run `apoc.periodic.iterate(..., {parallel:true})` can cause database kernel panics. · Issue #1314 · neo4j-contrib/neo4j-apoc-procedures · GitHub ? Killing a query that is executing apoc.periodic.iterate could potentially bring the database down.
It's fixed in gh, but there's not yet a release containing the fix.

1 Like

Thanks @stefan.armbruster. I will keep that in mind while I work on my queries.