[
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)