]
Diego Lovison moved ISPN-12245 to JGRP-2500:
--------------------------------------------
Project: JGroups (was: Infinispan)
Key: JGRP-2500 (was: ISPN-12245)
Workflow: GIT Pull Request workflow (was: GIT Pull Request with Triage
workflow)
Component/s: (was: Cross-Site Replication)
Affects Version/s: (was: 12.0.0.Dev01)
(was: 11.0.3.Final)
Throttle "no route to" log messages
-----------------------------------
Key: JGRP-2500
URL:
https://issues.redhat.com/browse/JGRP-2500
Project: JGroups
Issue Type: Bug
Reporter: Diego Lovison
Priority: Major
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}