[jboss-jira] [JBoss JIRA] (JGRP-2455) Fibers use ForkJoinPool by default

Bela Ban (Jira) issues at jboss.org
Tue Feb 25 09:45:00 EST 2020


Bela Ban created JGRP-2455:
------------------------------

             Summary: Fibers use ForkJoinPool by default
                 Key: JGRP-2455
                 URL: https://issues.redhat.com/browse/JGRP-2455
             Project: JGroups
          Issue Type: Enhancement
            Reporter: Bela Ban
            Assignee: Bela Ban
             Fix For: 5.0, 4.2.1


Fibers are currently created with {{Thread.builder().virtual().task(t).name(name).build()}}

This uses the ForkJoinPool. See if changing this to thread_pool help; this pool is configurable via XML.

Run perftest to see if handling messages and scheduling threads on the same pool cause  a perf degradation.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list