[JBoss JIRA] (ISPN-7457) Serialization Error while Remote Query
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7457?page=com.atlassian.jira.plugin.... ]
Adrian Nistor reassigned ISPN-7457:
-----------------------------------
Assignee: Adrian Nistor
> 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@6811e01d
> in object java.util.ArrayDeque@514699bf
> in object org.infinispan.stream.impl.termop.object.MapIteratorOperation@4667caae
> in object org.infinispan.stream.impl.StreamRequestCommand@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)
8 years, 9 months
[JBoss JIRA] (ISPN-7457) Serialization Error while Remote Query
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7457?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-7457:
--------------------------------
Status: Open (was: New)
> 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@6811e01d
> in object java.util.ArrayDeque@514699bf
> in object org.infinispan.stream.impl.termop.object.MapIteratorOperation@4667caae
> in object org.infinispan.stream.impl.StreamRequestCommand@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)
8 years, 9 months
[JBoss JIRA] (ISPN-7913) Unify logger outputs for server startup events
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-7913?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-7913:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.0.Final
9.1.0.Beta1
Resolution: Done
> Unify logger outputs for server startup events
> ----------------------------------------------
>
> Key: ISPN-7913
> URL: https://issues.jboss.org/browse/ISPN-7913
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Priority: Optional
> Fix For: 9.1.0.Final, 9.1.0.Beta1
>
>
> Logging events shown below don't look very consistent.
> {code}
> 14:41:02,591 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-7) DGISPN0001: Started namedCache cache from local container
> 14:41:02,615 INFO [org.infinispan.server.endpoint] (MSC service thread 1-8) DGENDPT10000: HotRodServer starting
> 14:41:02,620 INFO [org.infinispan.server.endpoint] (MSC service thread 1-8) DGENDPT10001: HotRodServer (SSL) listening on 127.0.0.1:11222
> 14:41:02,622 INFO [org.infinispan.server.endpoint] (MSC service thread 1-7) DGENDPT10000: REST+SSL starting
> 14:41:02,936 INFO [org.infinispan.server.endpoint] (MSC service thread 1-7) DGENDPT10002: REST+SSL listening on 127.0.0.1:8080 (mapped to rest/rest)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (ISPN-7916) Display available JDBC datasources as a dropdown menu
by Pedro Zapata (JIRA)
Pedro Zapata created ISPN-7916:
----------------------------------
Summary: Display available JDBC datasources as a dropdown menu
Key: ISPN-7916
URL: https://issues.jboss.org/browse/ISPN-7916
Project: Infinispan
Issue Type: Enhancement
Components: Console
Affects Versions: 9.0.0.Alpha3
Reporter: Pedro Zapata
Assignee: Vladimir Blagojevic
Priority: Minor
Fix For: 9.1.0.Final
Currently the name of JDBC datasources are entered manually by the user, this should be replaced with a select option that consists of the configured datasources.
“/profile=clustered/subsystem=datasources/data-source=..."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months