[
https://issues.apache.org/jira/browse/IGNITE-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989041#comment-14989041
]
Dmitriy Setrakyan commented on IGNITE-1681:
-------------------------------------------
I should mention that this Jira is supposed to solve the issue mentioned on
user list here:
http://apache-ignite-users.70518.x6.nabble.com/CacheStore-servicing-multiple-requests-for-same-key-td1589.html
> 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: Alexey Goncharuk
> 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)