[
https://issues.apache.org/jira/browse/IGNITE-28193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-28193:
-----------------------------------
Summary: Fix typo in log message when node stopped with errors (was: Fix
typo in log message when node stopped with error)
> Fix typo in log message when node stopped with errors
> -----------------------------------------------------
>
> Key: IGNITE-28193
> URL: https://issues.apache.org/jira/browse/IGNITE-28193
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Priority: Trivial
> Labels: ise, newbie
>
> {{IgniteLogInfoProviderImpl#ackNodeStopped}} logs message with typo in ack
> stop block [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".
> #
> https://github.com/apache/ignite/blob/b70ab63c93b6ca426d973ff3dd8f4b07e9387824/modules/core/src/main/java/org/apache/ignite/internal/plugin/IgniteLogInfoProviderImpl.java#L938
--
This message was sent by Atlassian Jira
(v8.20.10#820010)