From issues-return-94595-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Apr 1 15:59:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C09E7180621 for ; Mon, 1 Apr 2019 17:59:01 +0200 (CEST) Received: (qmail 89059 invoked by uid 500); 1 Apr 2019 15:59:00 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 89046 invoked by uid 99); 1 Apr 2019 15:59:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2019 15:59:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 64B11E0016 for ; Mon, 1 Apr 2019 15:59:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 24EFE24422 for ; Mon, 1 Apr 2019 15:59:00 +0000 (UTC) Date: Mon, 1 Apr 2019 15:59:00 +0000 (UTC) From: "Ilya Kasnacheev (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-11599) Thin client doesn't have proper retry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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 addrs = new ArrayList(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)