You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/16 10:24:00 UTC

[jira] [Commented] (IGNITE-6590) TCP port in bin/control.sh differs from default

    [ https://issues.apache.org/jira/browse/IGNITE-6590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16255072#comment-16255072 ] 

ASF GitHub Bot commented on IGNITE-6590:
----------------------------------------

GitHub user MikeZhur opened a pull request:

    https://github.com/apache/ignite/pull/3042

    IGNITE-6590: TCP port in bin/control.sh differs from default

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MikeZhur/ignite ignite-2.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3042.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 #3042
    
----
commit 31b00d5edb48379aa7652ce3fcf88f3cda0a2821
Author: Mike Zhuravlev <mi...@gmail.com>
Date:   2017-11-15T11:17:00Z

    IGNITE-6590: TCP port in bin/control.sh differs from default

----


> TCP port in bin/control.sh differs from default
> -----------------------------------------------
>
>                 Key: IGNITE-6590
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6590
>             Project: Ignite
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 2.2
>            Reporter: Ilya Kasnacheev
>            Assignee: Mike Zhuravlev
>
> {code}
> % bin/ignite.sh -v
> >>> Local ports: TCP:8081 TCP:10800 TCP:11211 TCP:47100 TCP:47500 
> % bin/control.sh --host 127.0.0.1
> окт 10, 2017 3:01:26 PM org.apache.ignite.internal.client.impl.GridClientImpl <init>
> WARNING: Failed to initialize topology on client start. Will retry in background.
> Caused by: class org.apache.ignite.internal.client.GridServerUnreachableException: Failed to connect to any of the servers in list: [/127.0.0.1:11212]
> {code}
> 11212 != 11211. But it's very hard to spot visually. Please fix control.sh to use correct port by default.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)