From issues-return-121489-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Jun 23 14:59:03 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 ADCE2180636 for ; Wed, 23 Jun 2021 16:59:03 +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 4C0E7417A1 for ; Wed, 23 Jun 2021 14:59:01 +0000 (UTC) Received: (qmail 70797 invoked by uid 500); 23 Jun 2021 14:59: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 70788 invoked by uid 99); 23 Jun 2021 14:59:01 -0000 Received: from ec2-52-204-25-47.compute-1.amazonaws.com (HELO mailrelay1-ec2-va.apache.org) (52.204.25.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2021 14:59:01 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-ec2-va.apache.org (ASF Mail Server at mailrelay1-ec2-va.apache.org) with ESMTPS id DDE8E3E96C for ; Wed, 23 Jun 2021 14:59: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 1CDB1C806C8 for ; Wed, 23 Jun 2021 14:59:00 +0000 (UTC) Date: Wed, 23 Jun 2021 14:59:00 +0000 (UTC) From: "Aleksandr Polovtcev (Jira)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-14957) Introduce a class for network addresses 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-14957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368257#comment-17368257 ] Aleksandr Polovtcev commented on IGNITE-14957: ---------------------------------------------- [~slava.koptilin] thanks, looking forward to the review! > Introduce a class for network addresses > --------------------------------------- > > Key: IGNITE-14957 > URL: https://issues.apache.org/jira/browse/IGNITE-14957 > Project: Ignite > Issue Type: Task > Components: networking > Affects Versions: 3.0.0-alpha3 > Reporter: Aleksandr Polovtcev > Assignee: Aleksandr Polovtcev > Priority: Major > Labels: ignite-3 > Time Spent: 10m > Remaining Estimate: 0h > > Network module currently uses {{String}} as a mean to represent a network address. This is both inconvenient and requires additional parsing. We should introduce a {{NetworkAddress}} class that will contain a hostname and a port, and replace all {{String}} usages. -- This message was sent by Atlassian Jira (v8.3.4#803005)