[infinispan-issues] [JBoss JIRA] (ISPN-7765) Allow HotRodDecoder to be shared between Netty pipelines

Radim Vansa (JIRA) issues at jboss.org
Wed Jan 31 08:53:00 EST 2018


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

Radim Vansa closed ISPN-7765.
-----------------------------
    Resolution: Rejected


> Allow HotRodDecoder to be shared between Netty pipelines
> --------------------------------------------------------
>
>                 Key: ISPN-7765
>                 URL: https://issues.jboss.org/browse/ISPN-7765
>             Project: Infinispan
>          Issue Type: Enhancement
>            Reporter: Sebastian Łaskawiec
>            Assignee: William Burns
>
> Currently {{HotRodDecoder}} instance can not be shared between Netty pipelines as {{HotRodEncoder}}. Currently each pipeline creates its own instance by calling:
> {code}
> server.getDecoder()
> {code}
> in {{NettyChannelInitializer#initializeChannel}}. We could probably make it a bit more efficient (or limit allocation rate at least) if we allow sharing single instance between pipelines.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)



More information about the infinispan-issues mailing list