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

Gustavo Fernandes (JIRA) issues at jboss.org
Thu Apr 7 04:19:00 EDT 2016


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

Gustavo Fernandes updated ISPN-6471:
------------------------------------
    Description: 
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.

  was:
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.



> 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