Roman Puchkovskiy created IGNITE-19740:
------------------------------------------
Summary: Reduce amount of noise in the log on cluster stop
Key: IGNITE-19740
URL: https://issues.apache.org/jira/browse/IGNITE-19740
Project: Ignite
Issue Type: Improvement
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-beta2
# DefaultMessagingService logs an UnresolvableConsistentIdException happening
when trying to get invoke's sender on ERROR level, but it should not be logged
with such a high level as this is a normal situation and does not require any
action from the user. We should, however, log it at INFO as this might help
debug integration test failures.
# TopologyAwareRaftGroupService logs a NodeStoppingException which should not
be done as node stop is an expected thing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)