Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32A861866A for ; Wed, 4 Nov 2015 12:27:28 +0000 (UTC) Received: (qmail 59171 invoked by uid 500); 4 Nov 2015 12:27:27 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 59140 invoked by uid 500); 4 Nov 2015 12:27:27 -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 59119 invoked by uid 99); 4 Nov 2015 12:27:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 12:27:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BE6F62C1F5F for ; Wed, 4 Nov 2015 12:27:27 +0000 (UTC) Date: Wed, 4 Nov 2015 12:27:27 +0000 (UTC) From: "Denis Magda (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1681) loadAll threshold is not configurable for CacheStoreBalancingWrapper MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Magda updated IGNITE-1681: -------------------------------- Assignee: Andrey Gura (was: Alexey Goncharuk) > loadAll threshold is not configurable for CacheStoreBalancingWrapper > -------------------------------------------------------------------- > > Key: IGNITE-1681 > URL: https://issues.apache.org/jira/browse/IGNITE-1681 > Project: Ignite > Issue Type: Bug > Affects Versions: ignite-1.4 > Reporter: Alexey Goncharuk > Assignee: Andrey Gura > Fix For: 1.5 > > Attachments: master_6844370_ignite-1681.patch > > > CacheStoreBalancingWrapper is created in cache store manager using default constructor. There is no way to override a default value for loadAllThreshold. > We can add a cache configuration parameter named storeConcurrentLoadAllThreshold to control this: > {code} > CacheConfiguration { > ... > public int getStoreConcurrentLoadAllThreshold() {...} > public void setStoreConcurrentLoadAllThreshold(int storeConcurrentLoadAllThreshold) {...} > ... > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)