[infinispan-issues] [JBoss JIRA] (ISPN-6478) Netty worker thread starvation with events

Tristan Tarrant (JIRA) issues at jboss.org
Tue May 17 08:22:05 EDT 2016


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

Tristan Tarrant updated ISPN-6478:
----------------------------------
    Fix Version/s: 9.0.0.Alpha3
                       (was: 9.0.0.Alpha2)


> Netty worker thread starvation with events
> ------------------------------------------
>
>                 Key: ISPN-6478
>                 URL: https://issues.jboss.org/browse/ISPN-6478
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 8.2.1.Final
>            Reporter: Galder ZamarreƱo
>            Assignee: Galder ZamarreƱo
>            Priority: Blocker
>             Fix For: 9.0.0.Alpha3, 9.0.0.Final
>
>
> As a result of ISPN-6005, we decoupled the incoming Hot Rod server invocations from sending events by adding a intermediate queue that maintains the events to send to clients. However, this separation can lead to a Netty worker thread starvation issue since we add the events to the queue in Netty's IO thread, so if the queue is full, incoming requests are stuck.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list