[
https://issues.apache.org/jira/browse/IGNITE-10615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714426#comment-16714426
]
ASF GitHub Bot commented on IGNITE-10615:
-----------------------------------------
GitHub user daradurvs opened a pull request:
https://github.com/apache/ignite/pull/5618
IGNITE-10615 Ignite Compatibility: fix arguments' checking in the node
runner
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daradurvs/ignite ignite-10615
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5618.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5618
----
commit 55f63d329a79fd537adc7687a04a73c8a6194fae
Author: Vyacheslav Daradur <daradurvs@...>
Date: 2018-12-10T08:42:18Z
Fixed.
----
> Ignite Compatibility: fix arguments' checking in the node runner
> ----------------------------------------------------------------
>
> Key: IGNITE-10615
> URL: https://issues.apache.org/jira/browse/IGNITE-10615
> Project: Ignite
> Issue Type: Bug
> Reporter: Vyacheslav Daradur
> Assignee: Vyacheslav Daradur
> Priority: Minor
> Fix For: 2.8
>
>
> There is the checking of arguments number In
> {{IgniteCompatibilityNodeRunner#main}}, which expected at least 3 arguments,
> but in actual code at least 5 arguments are required.
> The checking should be fixed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)