Hi,

I can't reproduce the issue.
Would you please make a simple test that will reproduce it?

On Fri, Feb 24, 2017 at 11:42 PM, diopek <[email protected]> wrote:

> CacheConfiguration<Long, ArrayList&lt;RwaDTO>> cacheCfg = new
> CacheConfiguration<>(cacheName);
>                 cacheCfg.setStartSize(startSize);
>                 cacheCfg.setCacheMode(CacheMode.LOCAL);
>                 cacheCfg.setIndexedTypes(Long.class,ArrayList.class);
>
> cacheCfg.setCacheStoreFactory(FactoryBuilder.factoryOf(*
> ExistingOrReplenishCacheLoadOnlyStore3.class*));
>
>                 Ignite ignite = Ignition.ignite();
>                 extOrRepCache = ignite.createCache(cacheCfg);
>
>                 *extOrRepCache.loadCache(null, asOf, datasetId, scenId,
> sql,
> Boolean.valueOf(replenishFlag), startSize);*
>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Missing-records-Ignite-cache-size-
> grows-tp10809p10877.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Best regards,
Andrey V. Mashenkov

Reply via email to