You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Pavlukhin (Jira)" <ji...@apache.org> on 2020/02/11 09:08:00 UTC

[jira] [Resolved] (IGNITE-12642) Fix a typo in the log message about the topology version context when check if rebalance should be started

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

Ivan Pavlukhin resolved IGNITE-12642.
-------------------------------------
    Resolution: Fixed

> Fix a typo in the log message about the topology version context when check if rebalance should be started
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-12642
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12642
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>            Reporter: masahiro ikeda
>            Priority: Trivial
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When check if rebalance should be started, there is a assertion to check the context of the local and rebalance topology version.
> The assertion message contains a typo("hisroty").
> {code:java}
> "Empty hisroty allowed only for newly started cache group [rebTopVer=" + rebTopVer +
>     ", localStartTopVer=" + grp.localStartVersion() + ']';
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)