[JBoss JIRA] (ISPN-5077) Custom remote events can be slightly inefficient
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-5077?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-5077:
-----------------------------------
Component/s: (was: hot)
> Custom remote events can be slightly inefficient
> ------------------------------------------------
>
> Key: ISPN-5077
> URL: https://issues.jboss.org/browse/ISPN-5077
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Protocols
> Affects Versions: 7.0.2.Final
> Reporter: Galder Zamarreño
> Fix For: 9.0.0.Alpha2
>
>
> Something we might want to improve for Hot Rod 3.0 protocol:
> [16:40] <galderz> i've been thinking further about converters, and I think i've found a slight mismatch between what converter means for embedded listeners vs remote listeners
> [16:40] <wburns> oh yeah?
> [16:40] <galderz> for embedded listeners, it essentially transforms what you see as `value`
> [16:41] <galderz> with the knowledge that key and metadata information will be shipped
> [16:41] <galderz> the way i mapped converter to remote listeners is that whatever the converter returns, we ship that, as is, to the client
> [16:41] <galderz> so, if a remote listener wants a custom event that includes key + value
> [16:41] <galderz> it needs to develop a converter impl that returns bytes containing key + value
> [16:41] <galderz> which is inefficient because you are passing around the key twice
> [16:42] <galderz> once as part of the event itself, and again inside the converted value
> [16:42] <galderz> inefficient from the POV of shipping stuff around from other nodes to where the cluster listener is located
> [16:44] <wburns> yeah makes sense
> [16:44] <galderz> not a major issue but not easy to fix without changing semantics or public protocol
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6559) Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6559?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6559:
------------------------------------
Status: Open (was: New)
> Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-6559
> URL: https://issues.jboss.org/browse/ISPN-6559
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 8.1.3.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 8.2.2.Final
>
>
> Wildfly 10.0.0 internal hibernate search engine has an optional dependency to
> {code:xml}
> <!-- Infinispan extensions - provided as separate download by the Infinispan project -->
> <module name="org.infinispan.hibernate-search.directory-provider" slot="for-hibernatesearch-5.5" services="import" optional="true"/>
> {code}
> But as described in ISPN-6537 this dependency is not correctly satisfied by the modules zip, forcing users who depends on hibernate from wildfly to use the ispn-8.1 slot and thus another version of hibernate search
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6559) Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6559?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6559:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/4280
> Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-6559
> URL: https://issues.jboss.org/browse/ISPN-6559
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 8.1.3.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 8.2.2.Final
>
>
> Wildfly 10.0.0 internal hibernate search engine has an optional dependency to
> {code:xml}
> <!-- Infinispan extensions - provided as separate download by the Infinispan project -->
> <module name="org.infinispan.hibernate-search.directory-provider" slot="for-hibernatesearch-5.5" services="import" optional="true"/>
> {code}
> But as described in ISPN-6537 this dependency is not correctly satisfied by the modules zip, forcing users who depends on hibernate from wildfly to use the ispn-8.1 slot and thus another version of hibernate search
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6562) CLI remoting doesn't work with WildFly 10
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6562:
-------------------------------------
Summary: CLI remoting doesn't work with WildFly 10
Key: ISPN-6562
URL: https://issues.jboss.org/browse/ISPN-6562
Project: Infinispan
Issue Type: Bug
Components: CLI
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 8.2.2.Final, 9.0.0.Final
To connect to WildFly 10 we need to use the http variants of the service jmx urls.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months