[
https://issues.redhat.com/browse/JGRP-2500?page=com.atlassian.jira.plugin...
]
Bela Ban edited comment on JGRP-2500 at 9/2/20 5:37 AM:
--------------------------------------------------------
OK, using SuppressLog. The errors now looks like
{noformat}
JGRP000290: sfc1:sfc: no route to site lon: dropping message (15 identical messages for
site lon in the last 5062 ms) {noformat}
The interval can be set via {{suppress_time_no_route_errors}}.
was (Author: belaban):
OK, using SuppressLog. The errors now looks like
{noformat}
JGRP000290: sfc1:sfc: no route to site lon: dropping message (15 identical messages for
site lon in the last 5062 ms) {noformat}
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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)