Skip to content

ScatteredArcsORCGraph: Run webgraph sorters in their own pool

vlorentz requested to merge scatteredarcs-pool into master

As a futile attempt to prevent ForkJoinPool from scheduling a new call to the same function in a thread where it is already running, which causes #4783.

Unfortunately, even calling .invoke() on a different pool seems to be enough to cause it to re-enter the function from the same thread.

Merge request reports