You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/09/25 13:02:00 UTC

[jira] [Updated] (IGNITE-5838) The IgniteCache.loadCacheAsync method is not executed asynchronously.

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

Vladimir Ozerov updated IGNITE-5838:
------------------------------------
    Fix Version/s:     (was: 2.3)

> The IgniteCache.loadCacheAsync method is not executed asynchronously.
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-5838
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5838
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.0
>            Reporter: Yujue Li
>
> The IgniteCache.loadCacheAsync method is not executed asynchronously.
> for example,in the https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store/spring/CacheSpringStoreExample.java:
> line 129:
> If modified to:
> cache.loadCacheAsync(null, ENTRY_COUNT);
> We will find that the cache is not loaded asynchronously.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)