[ 
https://issues.apache.org/jira/browse/IGNITE-15734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524157#comment-17524157
 ] 

Ivan Bessonov commented on IGNITE-15734:
----------------------------------------

[~zstan] done, thank you for the fix!

> Erroneous string formatting while changing cluster tag.
> -------------------------------------------------------
>
>                 Key: IGNITE-15734
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15734
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.11
>            Reporter: Evgeny Stanilovsky
>            Assignee: Evgeny Stanilovsky
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.ignite.internal.processors.cluster.ClusterProcessor#onReadyForRead
> ...
>                     log.info(
>                         "Cluster tag will be set to new value: " +
>                             newVal != null ? newVal.tag() : "null" +
>                             ", previous value was: " +
>                             oldVal != null ? oldVal.tag() : "null");
> {noformat}
> without braces 
> {noformat}
> "Cluster tag will be set to new value: " + newVal
> {noformat}
> always not null;



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to