[
https://issues.apache.org/jira/browse/IGNITE-28193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-28193:
-----------------------------------
Description:
{{IgniteLogInfoProviderImpl#ackNodeStopped}} logs message with typo [1]:
{code:java}
U.quiet(true, "Ignite node stopped wih ERRORS [" + nodeName + "uptime=" +
((IgniteKernal)ignite).upTimeFormatted() + ']');
{code}
"wih ERRORS" shoud be fixed to "with ERRORS".
was:`IgniteLogInfoProviderImpl#ackNodeStopped` logs
> Fix typo in log message when node stopped with error
> ----------------------------------------------------
>
> Key: IGNITE-28193
> URL: https://issues.apache.org/jira/browse/IGNITE-28193
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Priority: Trivial
> Labels: newbie
>
> {{IgniteLogInfoProviderImpl#ackNodeStopped}} logs message with typo [1]:
> {code:java}
> U.quiet(true, "Ignite node stopped wih ERRORS [" + nodeName + "uptime=" +
> ((IgniteKernal)ignite).upTimeFormatted() + ']');
> {code}
> "wih ERRORS" shoud be fixed to "with ERRORS".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)