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 21FB5200B8E for ; Mon, 26 Sep 2016 16:43:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 20750160AE3; Mon, 26 Sep 2016 14:43:22 +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 68144160AB8 for ; Mon, 26 Sep 2016 16:43:21 +0200 (CEST) Received: (qmail 34143 invoked by uid 500); 26 Sep 2016 14:43:20 -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 34114 invoked by uid 99); 26 Sep 2016 14:43:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2016 14:43:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 825352C002D for ; Mon, 26 Sep 2016 14:43:20 +0000 (UTC) Date: Mon, 26 Sep 2016 14:43:20 +0000 (UTC) From: "Taras Ledkov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (IGNITE-3632) IGFS: Use task execution for PARTITIONED cache when metadata is co-located and current node is not affinity node. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 26 Sep 2016 14:43:22 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15522737#comment-15522737 ] Taras Ledkov edited comment on IGNITE-3632 at 9/26/16 2:42 PM: --------------------------------------------------------------- Simple benchmark results (write / read / delete): ||Node||Meta cache mode|||base||changes|| |CLI|*PARTITIONED* | 36057 / 15927 / 9574 | 36240 / 16059 / 9440 | |CLI|*REPLICATED* | 63358 / 15823 / 18668 | 64223 / 16010 / 19095 | |SRV|*PARTITIONED* | Write 7322 +/- 377 Read 4255 +/- 273 Delete 2031 +/- 104 | Write 36696 +/- 809 Read 23476 +/- 2397 Delete 5484 +/- 149 | |SRV|*REPLICATED* | | | was (Author: tledkov-gridgain): Simple benchmark results (write / read / delete): ||Node||Meta cache mode|||base||changes|| |CLI|*PARTITIONED* | 36057 / 15927 / 9574 | 36240 / 16059 / 9440 | |CLI|*REPLICATED* | 63358 / 15823 / 18668 | 64223 / 16010 / 19095 | |SRV|*PARTITIONED* | | Write 36696 +/- 809 Read 23476 +/- 2397 Delete 5484 +/- 149 | |SRV|*REPLICATED* | | | > IGFS: Use task execution for PARTITIONED cache when metadata is co-located and current node is not affinity node. > ----------------------------------------------------------------------------------------------------------------- > > Key: IGNITE-3632 > URL: https://issues.apache.org/jira/browse/IGNITE-3632 > Project: Ignite > Issue Type: Task > Components: IGFS > Affects Versions: 1.6 > Reporter: Vladimir Ozerov > Assignee: Taras Ledkov > Fix For: 1.8 > > > If the following conditions are valid: > 1) Metadata cache is PARTITIONED > 2) Metadata co-location is enabled > 3) Current node is not primary node > Then we should use client task execution because this situation is indistinguishable from running IGFS method on a client node. -- This message was sent by Atlassian JIRA (v6.3.4#6332)