[infinispan-issues] [JBoss JIRA] (ISPN-6471) Avoid blocking on Netty IO threads
Radim Vansa (JIRA)
issues at jboss.org
Mon Feb 19 02:26:01 EST 2018
[ https://issues.jboss.org/browse/ISPN-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radim Vansa closed ISPN-6471.
-----------------------------
Resolution: Duplicate Issue
> 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
(v7.5.0#75005)
More information about the infinispan-issues
mailing list