]
Bela Ban reassigned JGRP-2500:
------------------------------
Fix Version/s: 4.2.6
5.0.4
Assignee: Bela Ban
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
Assignee: Bela Ban
Priority: Major
Fix For: 4.2.6, 5.0.4
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}