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 62F30200B8E for ; Mon, 26 Sep 2016 18:24:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 61988160AE3; Mon, 26 Sep 2016 16:24:27 +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 A8A41160ACA for ; Mon, 26 Sep 2016 18:24:26 +0200 (CEST) Received: (qmail 17914 invoked by uid 500); 26 Sep 2016 16:24: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 17817 invoked by uid 99); 26 Sep 2016 16:24: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 16:24:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 77BA92C044E for ; Mon, 26 Sep 2016 16:24:20 +0000 (UTC) Date: Mon, 26 Sep 2016 16:24: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 16:24:27 -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 4:23 PM: --------------------------------------------------------------- Simple benchmark results (write / read / delete): ||Node||Meta cache mode|||base||changes|| |CLI|*PARTITIONED* | Write 22941 +/- 549 Read 8596 +/- 325 Delete 5697 +/- 92 | Write 22717 +/- 621 Read 8616 +/- 405 Delete 5786 +/- 80 | |CLI|*REPLICATED* | 63358 / 15823 / 18668 | Write 48951 +/- 788 Read 8737 +/- 350 Delete 13657 +/- 253 | |SRV|*PARTITIONED* | Write 7296 +/- 281 Read 4421 +/- 182 Delete 1971 +/- 56 | Write 7226 +/- 299 Read 4410 +/- 209 Delete 1942 +/- 62| |SRV|*REPLICATED* | Write 49198 +/- 922 Read 4010 +/- 247 Delete 18455 +/- 216 | Write 44600 +/- 489 Read 4284 +/- 259 Delete 13856 +/- 239 | was (Author: tledkov-gridgain): Simple benchmark results (write / read / delete): ||Node||Meta cache mode|||base||changes|| |CLI|*PARTITIONED* | Write 22941 +/- 549 Read 8596 +/- 325 Delete 5697 +/- 92 | Write 22717 +/- 621 Read 8616 +/- 405 Delete 5786 +/- 80 | |CLI|*REPLICATED* | 63358 / 15823 / 18668 | 64223 / 16010 / 19095 | |SRV|*PARTITIONED* | Write 7296 +/- 281 Read 4421 +/- 182 Delete 1971 +/- 56 | Write 7226 +/- 299 Read 4410 +/- 209 Delete 1942 +/- 62| |SRV|*REPLICATED* | Write 49198 +/- 922 Read 4010 +/- 247 Delete 18455 +/- 216 | Write 44600 +/- 489 Read 4284 +/- 259 Delete 13856 +/- 239 | > 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)