[ 
https://issues.apache.org/jira/browse/IGNITE-15734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-15734:
-----------------------------------------
    Fix Version/s: 2.14

> 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
>             Fix For: 2.14
>
>          Time Spent: 50m
>  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.7#820007)

Reply via email to