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 D8912200D20 for ; Tue, 17 Oct 2017 14:55:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D69EC1609EB; Tue, 17 Oct 2017 12:55:12 +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 201791609DE for ; Tue, 17 Oct 2017 14:55:11 +0200 (CEST) Received: (qmail 32419 invoked by uid 500); 17 Oct 2017 12:55:11 -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 32408 invoked by uid 99); 17 Oct 2017 12:55:10 -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; Tue, 17 Oct 2017 12:55:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 16259DFAB4; Tue, 17 Oct 2017 12:55:09 +0000 (UTC) From: alamar To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2870: IGNITE-2766 Deterministically reopen cache after ... Content-Type: text/plain Date: Tue, 17 Oct 2017 12:55:09 +0000 (UTC) archived-at: Tue, 17 Oct 2017 12:55:13 -0000 GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/2870 IGNITE-2766 Deterministically reopen cache after client reconnect. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2766ex Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2870.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 #2870 ---- commit 843566b74b3afdf78d3ede1a46adc927878c89e2 Author: Ilya Kasnacheev Date: 2017-10-17T12:53:05Z IGNITE-2766 Deterministically reopen cache after client reconnect bis. ---- ---