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

Gustavo Fernandes (JIRA) issues at jboss.org
Fri Apr 8 12:02:00 EDT 2016


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

Gustavo Fernandes commented on ISPN-6471:
-----------------------------------------

I've sent a PR to avoid using IO threads, relying on netty internal executor https://github.com/infinispan/infinispan/pull/4217

> 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