You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
When neo4j becomes unavailable while running a query, the connecting process does not terminate with an exception but stays in an infinite loop, utilizing 100% CPU:
Simple steps to reproduce:
Write a script that runs neo4j queries in a loop, add some output after each query is finished.
While it is running, stop neo4j. The script will stop outputting anything and stay at 100% CPU waiting for something.
Starting neo4j again does not change anything, the script will still be in this state.
Got this reproduced on production server and also on my local dev machine.
The text was updated successfully, but these errors were encountered:
When neo4j becomes unavailable while running a query, the connecting process does not terminate with an exception but stays in an infinite loop, utilizing 100% CPU:
Simple steps to reproduce:
Starting neo4j again does not change anything, the script will still be in this state.
Got this reproduced on production server and also on my local dev machine.
The text was updated successfully, but these errors were encountered: