Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CC540200D3A for ; Wed, 15 Nov 2017 09:57:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CAABF160BF4; Wed, 15 Nov 2017 08:57:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 12EEB160BEA for ; Wed, 15 Nov 2017 09:57:36 +0100 (CET) Received: (qmail 10214 invoked by uid 500); 15 Nov 2017 08:57:36 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 10201 invoked by uid 99); 15 Nov 2017 08:57:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2017 08:57:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC84AE053D; Wed, 15 Nov 2017 08:57:35 +0000 (UTC) From: zstan To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3036: IGNITE-6916: node joining with enabled pds and em... Content-Type: text/plain Date: Wed, 15 Nov 2017 08:57:35 +0000 (UTC) archived-at: Wed, 15 Nov 2017 08:57:38 -0000 GitHub user zstan opened a pull request: https://github.com/apache/ignite/pull/3036 IGNITE-6916: node joining with enabled pds and empty disc space cause… …s exchange to hang You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6916 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3036.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 #3036 ---- commit 56d27cb452d64c493dfb00d72578fd49f321795c Author: Evgeny Stanilovskiy Date: 2017-11-15T08:51:25Z IGNITE-6916: node joining with enabled pds and empty disc space causes exchange to hang ---- ---