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 5A8C9200CA3 for ; Thu, 1 Jun 2017 15:30:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5980D160BC4; Thu, 1 Jun 2017 13:30:19 +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 7DF78160BE5 for ; Thu, 1 Jun 2017 15:30:18 +0200 (CEST) Received: (qmail 34487 invoked by uid 500); 1 Jun 2017 13:30:17 -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 33959 invoked by uid 99); 1 Jun 2017 13:30:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2017 13:30:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4A9D3C28E3 for ; Thu, 1 Jun 2017 13:30:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id fZKTWrSlhZbn for ; Thu, 1 Jun 2017 13:30:15 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 46BF35FD29 for ; Thu, 1 Jun 2017 13:30:14 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BABBCE0DD4 for ; Thu, 1 Jun 2017 13:30:13 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 90A3E24099 for ; Thu, 1 Jun 2017 13:30:12 +0000 (UTC) Date: Thu, 1 Jun 2017 13:30:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-5075) Implement logical 'cache groups' sharing the same physical caches MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 01 Jun 2017 13:30:19 -0000 [ https://issues.apache.org/jira/browse/IGNITE-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032982#comment-16032982 ] ASF GitHub Bot commented on IGNITE-5075: ---------------------------------------- GitHub user gvvinblade opened a pull request: https://github.com/apache/ignite/pull/2059 IGNITE-5075-pds You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5075-pds Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2059.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 #2059 ---- commit 28baebcd50ef1162623be81a8ebac0ed4b10283c Author: Igor Seliverstov Date: 2017-06-01T09:08:20Z IGNITE-5075-pds dataStructures test commit 9c2fdfbfc5eb296236c18a59c48f60e60eec969f Author: Igor Seliverstov Date: 2017-06-01T13:26:57Z IGNITE-5075-pds dataStructures test ---- > Implement logical 'cache groups' sharing the same physical caches > ----------------------------------------------------------------- > > Key: IGNITE-5075 > URL: https://issues.apache.org/jira/browse/IGNITE-5075 > Project: Ignite > Issue Type: Task > Components: cache > Reporter: Semen Boikov > Assignee: Semen Boikov > Priority: Critical > Labels: important > Fix For: 2.1 > > > Currently started caches have pretty large memory overhead (e.g. to store affinity and partitions state information). If some application requires thousands caches with similar configuration then it would be useful to allow for 'logical' cache to reuse the same 'physical' cache. Let's introduce new CacheConfiguration property - 'groupName', caches with the same groupName will use the same 'physical' cache. -- This message was sent by Atlassian JIRA (v6.3.15#6346)