[JBoss JIRA] (ISPN-6970) Upgrade to JGroups 4.0.0.Alpha1
by Dan Berindei (JIRA)
Dan Berindei created ISPN-6970:
----------------------------------
Summary: Upgrade to JGroups 4.0.0.Alpha1
Key: ISPN-6970
URL: https://issues.jboss.org/browse/ISPN-6970
Project: Infinispan
Issue Type: Component Upgrade
Components: Build process, Core
Affects Versions: 9.0.0.Alpha4
Reporter: Dan Berindei
Fix For: 9.0.0.Beta1
This will allow us to experiment with the changes in the JGroups 4.0 before it's set in stone.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 3 months
[JBoss JIRA] (ISPN-6969) EmbeddedQuery uses non-serializable lambda and fails on DIST cache
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6969?page=com.atlassian.jira.plugin.... ]
Adrian Nistor commented on ISPN-6969:
-------------------------------------
It seems this was tested in local and REPL mode. Queries running on a REPL mode cache execute locally so the lambda in question never got serialized to highlight the problem. Modifying MultiHotRodServerQueryTest (and friends) to run in DIST mode demostrate the issue which is trivially solved by casting the used Stream to a CacheStream which ensures the created lambda is serializable.
> EmbeddedQuery uses non-serializable lambda and fails on DIST cache
> ------------------------------------------------------------------
>
> Key: ISPN-6969
> URL: https://issues.jboss.org/browse/ISPN-6969
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.0.0.Alpha1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta1
>
> Attachments: error.log
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months