Alexander Belyak created IGNITE-22659:
-----------------------------------------
Summary: Error floods on logs
Key: IGNITE-22659
URL: https://issues.apache.org/jira/browse/IGNITE-22659
Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: 3.0
Reporter: Alexander Belyak
Each particular error writes it's own log message, even if there is 1000s of
them already. For example, in two nodes cluster if we kill one node we get:
*1857* of
"[{*}ERROR{*}][%ClusterFailover2NodesTest_cluster_0%JRaft-Common-Executor-0][AbstractClientService]
Fail to connect ClusterFailover2NodesTest_cluster_1, exception:
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused:
/172.120.1.2:3345."
*160 000+* {*}WARNING{*}s of "Recoverable error during the request occurred
(will be retried on the randomly selected node)"
In a minute!
It makes log system useless, because original error messages would be rotated
when somebody have change to analyze it
--
This message was sent by Atlassian Jira
(v8.20.10#820010)