You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2019/04/01 15:59:00 UTC

[jira] [Commented] (IGNITE-11599) Thin client doesn't have proper retry

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

Ilya Kasnacheev commented on IGNITE-11599:
------------------------------------------

[~roman_s] I took the liberty to merge your change with minor tweaks. Thanks!

> Thin client doesn't have proper retry
> -------------------------------------
>
>                 Key: IGNITE-11599
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11599
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>            Reporter: Evgenii Zhuravlev
>            Assignee: Roman Shtykh
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In case when one of the nodes from the addresses list is nor available, there is a chance that you will see "Ignite cluster is unavailable" even if other nodes are running.
> {code:java}
> List<String> addrs = new ArrayList<String>(2);
>         addrs.add("127.0.0.1:10800");
>         addrs.add("127.0.0.1:10801");
>         ClientConfiguration cfg = new ClientConfiguration().setAddresses(addrs.toArray(new String[]{}));
>        IgniteClient igniteClient = Ignition.startClient(cfg)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)