cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

mckenzma
Ninja
Ninja

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

3 Comments
mckenzma
Ninja
Ninja

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

Could be related to https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1314 ? 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.

mckenzma
Ninja
Ninja

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