[infinispan-issues] [JBoss JIRA] (ISPN-12211) Combine no route to log messages

Diego Lovison (Jira) issues at jboss.org
Mon Aug 10 22:00:00 EDT 2020


Diego Lovison created ISPN-12211:
------------------------------------

             Summary: Combine no route to log messages
                 Key: ISPN-12211
                 URL: https://issues.redhat.com/browse/ISPN-12211
             Project: Infinispan
          Issue Type: Enhancement
    Affects Versions: 11.0.3.Final, 12.0.0.Dev01
            Reporter: Diego Lovison


When doing some put in a cache that has a backup site, if the backup site is not available, a lot of messages will be printed in logs. I think that we can count and print every 100 or 1000

Current state:
{noformat}
[1;31m21:42:38,542 ERROR (jgroups-146,edg-perf05-62972) [org.jgroups.protocols.relay.RELAY2] edg-perf05-62972: no route to site01: dropping message
21:42:38,542 ERROR (irac-sender-thread-edg-perf05-62972) [org.jgroups.protocols.relay.RELAY2] edg-perf05-62972: no route to site01: dropping message
{noformat}

Desired state: dropping X messages

{noformat}
21:42:38,542 ERROR (irac-sender-thread-edg-perf05-62972) [org.jgroups.protocols.relay.RELAY2] edg-perf05-62972: no route to site01: dropping X messages
{noformat}




--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the infinispan-issues mailing list