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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
masahiro ikeda created IGNITE-12642:
---------------------------------------

             Summary: 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


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)