[JBoss JIRA] (ISPN-11580) Change Stopping cache manager log message to info
by Diego Lovison (Jira)
Diego Lovison created ISPN-11580:
------------------------------------
Summary: Change Stopping cache manager log message to info
Key: ISPN-11580
URL: https://issues.redhat.com/browse/ISPN-11580
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 10.1.5.Final, 11.0.0.Alpha2
Reporter: Diego Lovison
When reading the logs it seems like there is a change in the member list after the exception
{noformat}
09:37:35,805 ERROR (jgroups-10,Diegos-MacBook-Pro-16945) [InvocationContextInterceptor] ISPN000136: Error executing command LockControlCommand on Cache 'pessimisticTxCache', writing keys [] org.infinispan.remoting.RemoteException: ISPN000217: Received exception from Diegos-MacBook-Pro-7263, see cause for remote stack trace
at org.infinispan.remoting.transport.ResponseCollectors.wrapRemoteException(ResponseCollectors.java:25)
at org.infinispan.remoting.transport.impl.MapResponseCollector.addException(MapResponseCollector.java:64)
at org.infinispan.remoting.transport.impl.MapResponseCollector$IgnoreLeavers.addException(MapResponseCollector.java:102)
at org.infinispan.remoting.transport.ValidResponseCollector.addResponse(ValidResponseCollector.java:29)
at org.infinispan.remoting.transport.impl.MultiTargetRequest.onResponse(MultiTargetRequest.java:93)
at org.infinispan.remoting.transport.impl.RequestRepository.addResponse(RequestRepository.java:52)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.processResponse(JGroupsTransport.java:1435)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.processMessage(JGroupsTransport.java:1338)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.access$300(JGroupsTransport.java:132)
09:37:51,106 INFO (main) [CLUSTER] [Context=org.infinispan.CONFIG] ISPN100008: Updating cache members list [Diegos-MacBook-Pro-7263], topology id 6
09:37:51,177 INFO (main) [CLUSTER] [Context=partitionHandlingCache] ISPN100008: Updating cache members list [Diegos-MacBook-Pro-7263], topology id 6
{noformat}
Change DefaultCacheManager:internalStop log message to info
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11577) Docs: Update Dev Guide Content
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11577?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11577:
-------------------------------
Description:
cache_api.adoc
Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
streams.adoc - various errors during compilation need to be fixed.
functional_api.adoc - broken links and other issues. https://issues.redhat.com/browse/JDG-3237?focusedCommentId=14016340&page=...
was:
cache_api.adoc
Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
streams.adoc - various errors during compilation need to be fixed.
> Docs: Update Dev Guide Content
> ------------------------------
>
> Key: ISPN-11577
> URL: https://issues.redhat.com/browse/ISPN-11577
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> cache_api.adoc
> Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
> Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
> Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
> assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
> streams.adoc - various errors during compilation need to be fixed.
> functional_api.adoc - broken links and other issues. https://issues.redhat.com/browse/JDG-3237?focusedCommentId=14016340&page=...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years