Skip to content
Snippets Groups Projects
Commit da5f8f51 authored by vlorentz's avatar vlorentz
Browse files

ScatteredArcsORCGraph: Run webgraph sorters in their own pool

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

Unfortunately, even calling .invoke() on a different pool seems to be enough
to cause it to re-enter the function from the same thread.
parent 7a927bc1
No related branches found
Tags debian/0.43.1-1_swh1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment