[infinispan-issues] [JBoss JIRA] (ISPN-6471) Avoid blocking on Netty IO threads

Galder ZamarreƱo (JIRA) issues at jboss.org
Fri Apr 8 10:54:00 EDT 2016


    [ https://issues.jboss.org/browse/ISPN-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189169#comment-13189169 ] 

Galder ZamarreƱo commented on ISPN-6471:
----------------------------------------

Isn't this a duplicate of ISPN-5083 ?

> Avoid blocking on Netty IO threads
> ----------------------------------
>
>                 Key: ISPN-6471
>                 URL: https://issues.jboss.org/browse/ISPN-6471
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Server
>            Reporter: Gustavo Fernandes
>
> Currently all cache operations are being executed in the {{NioEventLoopGroup}}.
> Threads from this event loop group are responsible to process IO events from one or more channels and if it's blocked by one cache operation, all channels will stop processing events.
> We should not block on IO threads but rather on a separate executor.



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



More information about the infinispan-issues mailing list