Return-Path: X-Original-To: apmail-ignite-user-archive@minotaur.apache.org Delivered-To: apmail-ignite-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FB2118B4F for ; Mon, 1 Feb 2016 02:27:18 +0000 (UTC) Received: (qmail 53444 invoked by uid 500); 1 Feb 2016 02:27:18 -0000 Delivered-To: apmail-ignite-user-archive@ignite.apache.org Received: (qmail 53399 invoked by uid 500); 1 Feb 2016 02:27:18 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 53389 invoked by uid 99); 1 Feb 2016 02:27:17 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2016 02:27:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 894CDC07D2 for ; Mon, 1 Feb 2016 02:27:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.17 X-Spam-Level: * X-Spam-Status: No, score=1.17 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, SPF_FAIL=0.919, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DkdoRk-SssyD for ; Mon, 1 Feb 2016 02:27:08 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 485DB43EF5 for ; Mon, 1 Feb 2016 02:27:08 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id B60731FA75CF for ; Sun, 31 Jan 2016 18:22:15 -0800 (PST) Date: Sun, 31 Jan 2016 18:15:45 -0800 (PST) From: ght230 To: user@ignite.apache.org Message-ID: <1454292945562-2785.post@n6.nabble.com> Subject: How to restrict the "Get" operation in local node MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have created an Ignite cluster including several nodes with "Replication" mode. I found the latency of "Get" operation is relatively slow. I suspected that this operation is not processed at the local node. I want to how to restrict the "Get" operation in local node, but not through the network to other nodes. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-restrict-the-Get-operation-in-local-node-tp2785.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.