[
https://issues.apache.org/jira/browse/IGNITE-12642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034269#comment-17034269
]
Ivan Pavlukhin commented on IGNITE-12642:
-----------------------------------------
[~mikecaat], I applied your patch to the mater branch. Thank you for
contribution!
Generally, it is good to assign an issue to yourself and move it to _patch
available_ status as long as a pull request is ready. This way people actively
doing a code review will see the ticket on a review board. A _contributor_ role
in JIRA is needed to assign issues and change statuses. Would you like to be
added to a contributors list?
Usual contribution process is described in
https://ignite.apache.org/community/contribute.html
> 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)