[infinispan-issues] [JBoss JIRA] (ISPN-7457) Serialization Error while Remote Query
Nistor Adrian (Jira)
issues at jboss.org
Thu Mar 19 12:20:52 EDT 2020
[ https://issues.redhat.com/browse/ISPN-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nistor Adrian closed ISPN-7457.
-------------------------------
Resolution: Duplicate Issue
> Serialization Error while Remote Query
> --------------------------------------
>
> Key: ISPN-7457
> URL: https://issues.redhat.com/browse/ISPN-7457
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Reporter: Kamesh Sampath
> Assignee: Nistor Adrian
> Priority: Critical
> Labels: protobuf, remote-query
>
> When doing remote query with JDG 7.0 cluster, the cluster throws
> {quote}
> 16:19:10,983 ERROR [org.infinispan.remoting.rpc.RpcManagerImpl] (async-thread--p5-t2) ISPN000073: Unexpected error while replicating: org.infinispan.commons.marshall.NotSerializableException: org.infinispan.query.dsl.embedded.impl.EmbeddedQuery$$Lambda$155/1009367336
> Caused by: an exception which occurred:
> in object org.infinispan.query.dsl.embedded.impl.EmbeddedQuery$$Lambda$155/1009367336 at 6811e01d
> in object java.util.ArrayDeque at 514699bf
> in object org.infinispan.stream.impl.termop.object.MapIteratorOperation at 4667caae
> in object org.infinispan.stream.impl.StreamRequestCommand at 436d42d0
> {quote}
> When doing the following query:
> {code:java}
> QueryFactory queryFactory = Search.getQueryFactory(remoteCache);
> Query query = queryFactory.from(User.class)
> .build();
> List<User> users = query.list();
> {code}
> At the time doing this query the users cache is empty.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list