[infinispan-issues] [JBoss JIRA] (ISPN-7457) Serialization Error while Remote Query

Adrian Nistor (JIRA) issues at jboss.org
Mon Jun 19 10:55:00 EDT 2017


    [ https://issues.jboss.org/browse/ISPN-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423134#comment-13423134 ] 

Adrian Nistor commented on ISPN-7457:
-------------------------------------

Isn't this a duplicate of https://issues.jboss.org/browse/ISPN-6969 ?

> Serialization Error while Remote Query
> --------------------------------------
>
>                 Key: ISPN-7457
>                 URL: https://issues.jboss.org/browse/ISPN-7457
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Remote Querying
>            Reporter: Kamesh Sampath
>            Assignee: Adrian Nistor
>            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.2.3#72005)


More information about the infinispan-issues mailing list