Skip to content
Snippets Groups Projects

ScatteredArcsORCGraph: Run webgraph sorters in their own pool

Closed 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 (closed).

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

Pipeline #4201 passed

Pipeline passed for da5f8f51 on scatteredarcs-pool

Closed by vlorentzvlorentz 1 year ago (Nov 21, 2023 9:46am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading