[
https://issues.apache.org/jira/browse/IGNITE-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143885#comment-16143885
]
ASF GitHub Bot commented on IGNITE-5838:
----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/2531
IGNITE-5838: Unclear exception from BinaryObjectBuilder::build call when
builder is reused
Fix BinaryObjectBuilder reusage issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5839
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2531.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2531
----
commit 774028b0aba9dcb453ce487b9265603e84bb147f
Author: Andrey V. Mashenkov <[email protected]>
Date: 2017-08-28T15:18:05Z
Fix BinaryObject builder reuse issue.
----
> 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
> Fix For: 2.2
>
>
> 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)