[JBoss JIRA] (ISPN-11238) Server Logging management via CLI
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11238?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-11238:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Server Logging management via CLI
> ---------------------------------
>
> Key: ISPN-11238
> URL: https://issues.redhat.com/browse/ISPN-11238
> Project: Infinispan
> Issue Type: Feature Request
> Components: CLI, JMX, reporting and management, Server
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Labels: supportability
> Fix For: 11.0.0.Dev03, 11.0.0.Final
>
>
> The CLI should be extended with commands to view/alter the server logging configuration.
> The CLI commands should reflect the REST API that is to be implemented by ISPN-10539:
> * logging list-loggers
> * logging list-appenders
> * logging set --level=[level] --appenders=[appender] [category]
> * logging remove [category]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-7457) Serialization Error while Remote Query
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-7457?page=com.atlassian.jira.plugin... ]
Nistor Adrian commented on ISPN-7457:
-------------------------------------
The exception stacktrace matches the one from the log file attached to issue ISPN-6969. Closing as duplicate.
> 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@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.13.8#713008)
6 years
[JBoss JIRA] (ISPN-7457) Serialization Error while Remote Query
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-7457?page=com.atlassian.jira.plugin... ]
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@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.13.8#713008)
6 years
[JBoss JIRA] (ISPN-9388) Cannot specify IndexedQueryMode with QueryBuilder
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-9388?page=com.atlassian.jira.plugin... ]
Nistor Adrian closed ISPN-9388.
-------------------------------
Resolution: Won't Fix
This is no longer relevant since ISPN-11257
> Cannot specify IndexedQueryMode with QueryBuilder
> -------------------------------------------------
>
> Key: ISPN-9388
> URL: https://issues.redhat.com/browse/ISPN-9388
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.2.0.Final
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
>
> IndexedQueryMode was added to the API only to QueryFactory.create(String queryString, IndexedQueryMode queryMode).
> But it would be very useful to be able to specify IndexedQueryMode also when creating a query using the QueryBuilder rather than supplying the query string directly.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years