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 6EC7B200D04 for ; Mon, 11 Sep 2017 16:15:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6DB121609C4; Mon, 11 Sep 2017 14:15:10 +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 AAA4A1609C3 for ; Mon, 11 Sep 2017 16:15:09 +0200 (CEST) Received: (qmail 99726 invoked by uid 500); 11 Sep 2017 14:15:07 -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 99538 invoked by uid 99); 11 Sep 2017 14:15:05 -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; Mon, 11 Sep 2017 14:15:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B9E1AF55E7; Mon, 11 Sep 2017 14:15:05 +0000 (UTC) From: ilantukh To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2635: IGNITE-6340 : Fixed creation of client cache on s... Content-Type: text/plain Date: Mon, 11 Sep 2017 14:15:05 +0000 (UTC) archived-at: Mon, 11 Sep 2017 14:15:10 -0000 GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/2635 IGNITE-6340 : Fixed creation of client cache on server node. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6340 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2635.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 #2635 ---- commit 8b6f7dfe5b87154c77cd782be2597df2248700df Author: Ilya Lantukh Date: 2017-09-11T14:07:43Z ignite-6340 : Fixed creation of client cache on server node. commit 4852c80d095767d94326ce8f894541ea8ecb85ee Author: Ilya Lantukh Date: 2017-09-11T14:14:50Z ignite-6340 : fixed code style. ---- ---