[infinispan-issues] [JBoss JIRA] (ISPN-11561) Remove extra thread in BlockingTaskAwareExecutorServiceImpl

Will Burns (Jira) issues at jboss.org
Thu Apr 30 15:44:31 EDT 2020


     [ https://issues.redhat.com/browse/ISPN-11561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Burns updated ISPN-11561:
------------------------------
           Status: Resolved  (was: Pull Request Sent)
    Fix Version/s: 11.0.0.Dev04
                       (was: 11.0.0.Dev05)
       Resolution: Done


> Remove extra thread in BlockingTaskAwareExecutorServiceImpl
> -----------------------------------------------------------
>
>                 Key: ISPN-11561
>                 URL: https://issues.redhat.com/browse/ISPN-11561
>             Project: Infinispan
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Will Burns
>            Assignee: Will Burns
>            Priority: Major
>             Fix For: 11.0.0.Dev04
>
>
> The BlockingTaskAwareExecutorServiceImpl spawns a controller thread to handle requests. We should be able to remove that thread and instead use an idea similar to rxjava with processing in a single invoked thread instead as the operations it spawns are non blocking.
> We should also optimize calls to avoid O(n) calls like size.



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


More information about the infinispan-issues mailing list