You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2015/10/14 15:56:05 UTC

[jira] [Updated] (IGNITE-1681) loadAll threshold is not configurable for CacheStoreBalancingWrapper

     [ https://issues.apache.org/jira/browse/IGNITE-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Goncharuk updated IGNITE-1681:
-------------------------------------
    Description: 
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}

  was:CacheStoreBalancingWrapper is created in cache store manager using default constructor. There is no way to override a default value for loadAllThreshold.


> 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
>
> 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)