From issues-return-120539-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Jun 3 11:35:01 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D18EF180643 for ; Thu, 3 Jun 2021 13:35:01 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 15BC93E986 for ; Thu, 3 Jun 2021 11:35:01 +0000 (UTC) Received: (qmail 58476 invoked by uid 500); 3 Jun 2021 11:35:01 -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 58466 invoked by uid 99); 3 Jun 2021 11:35:00 -0000 Received: from mailrelay1-he-de.apache.org (HELO mailrelay1-he-de.apache.org) (116.203.21.61) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2021 11:35:00 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-he-de.apache.org (ASF Mail Server at mailrelay1-he-de.apache.org) with ESMTPS id 275FA3E823 for ; Thu, 3 Jun 2021 11:35:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 0EABBC80283 for ; Thu, 3 Jun 2021 11:35:00 +0000 (UTC) Date: Thu, 3 Jun 2021 11:35:00 +0000 (UTC) From: "Aleksandr Polovtcev (Jira)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-14819) ConnectionManager supresses exceptions from the HandshakeManager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-14819?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksandr Polovtcev updated IGNITE-14819: ----------------------------------------- Description:=20 If an exception is thrown during the handshake, for example, because of a m= issing serialization factory, no errors are logged and no exceptions are th= rown, `ClientManager#connect` future simply never completes. =C2=A0 was: If a=20 =C2=A0 > ConnectionManager supresses exceptions from the HandshakeManager > ---------------------------------------------------------------- > > Key: IGNITE-14819 > URL: https://issues.apache.org/jira/browse/IGNITE-14819 > Project: Ignite > Issue Type: Bug > Components: networking > Reporter: Aleksandr Polovtcev > Assignee: Aleksandr Polovtcev > Priority: Major > Fix For: 3.0.0-alpha3 > > Time Spent: 10m > Remaining Estimate: 0h > > If an exception is thrown during the handshake, for example, because of a= missing serialization factory, no errors are logged and no exceptions are = thrown, `ClientManager#connect` future simply never completes. > =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005)