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 Apr 22, 2020. It is now read-only.
Problem
When running the Jaccard similarity algorithm over a list of node and categories entries all the similarities are 0 when run without concurrency limit set to 1.
Environment
Docker image running Neo4j 3.5.3 and graph algorithms 3.5.3.3,
memory is limited to 16G, cpu's are unbound (192 cpu's in the machine, shared with other processes)
Setting the concurrency to any number except for 1 results in the latter case.
The same behaviour is observed when running with our 300k nodes Jaccard computation.
The text was updated successfully, but these errors were encountered:
I'll take a look at it. I've seen this happen sporadically, but not been able to figure out exactly why it happens as it doesn't happen every time annoyingly.
e.g. I just tested this on a Docker image and it gives the same results with concurrency 1 and concurrency > 1.
Problem
When running the Jaccard similarity algorithm over a list of node and categories entries all the similarities are 0 when run without concurrency limit set to 1.
Environment
Docker image running Neo4j 3.5.3 and graph algorithms 3.5.3.3,
memory is limited to 16G, cpu's are unbound (192 cpu's in the machine, shared with other processes)
Setup
Queries
results in
removing the concurrency limit
results in
Setting the concurrency to any number except for 1 results in the latter case.
The same behaviour is observed when running with our 300k nodes Jaccard computation.
The text was updated successfully, but these errors were encountered: