Tom Brus
Tom Brus
The following rule triggers it: ``` rule if (propertyValue != null) { propertyValue.result := derivedValue; propertyValue.causes := assignments.reasonRefs.distinct.copy; } ``` the following change solves it: ``` rule if (propertyValue !=...
I notice that sometimes a number of thread from the the dclare ThreadPool endlessly loop in `ForkJoinPool.WorkQueue.helpComplete()`, they start using cpu cycles and will never stop. The only solution is...
### Steps to reproduce ```bash docker run neo4j:latest; echo "exit code = $?" ``` ### Expected behaviour a running container ### Actual behaviour `exit code = 134` ### Neo4j image...