Diego Lovison created ISPN-12228:
------------------------------------
Summary: Combine no route to log messages
Key: ISPN-12228
URL:
https://issues.redhat.com/browse/ISPN-12228
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 12.0.0.Dev01, 11.0.3.Final
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[m
[1;31m21:42:38,542 ERROR (irac-sender-thread-edg-perf05-62972)
[org.jgroups.protocols.relay.RELAY2] edg-perf05-62972: no route to site01: dropping
message[m
{noformat}
Desired state: dropping X messages
{noformat}
[1;31m21: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[m
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)