[infinispan-issues] [JBoss JIRA] (ISPN-6969) EmbeddedQuery uses non-serializable lambda and fails on DIST cache
Adrian Nistor (JIRA)
issues at jboss.org
Wed Aug 24 04:28:00 EDT 2016
[ https://issues.jboss.org/browse/ISPN-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283198#comment-13283198 ]
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)
More information about the infinispan-issues
mailing list