neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
770 stars 195 forks source link

ArrayIndexOutOfBoundsExceptionError during PageRank #835

Open lykig95 opened 5 years ago

lykig95 commented 5 years ago

I ran PageRank while the graph is changing by the other transactions, and I got an ArrayIndexOutOfBoundsExceptionError. I found the comment for #609 that the Neo4j doesn’t support running any algorithm while the underlying graph is changing.

My questions are below:

  1. I wonder whether Neo4j still doesn’t support running graph algorithm while underlying graph is changing.
  2. If it doesn’t, I wonder the reason why Neo4j doesn’t support running graph algorithm while underlying graph is changing.

Thank you