You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Steve Hostettler (JIRA)" <ji...@apache.org> on 2016/12/29 22:36:58 UTC

[jira] [Resolved] (IGNITE-4330) Cache is loaded twice in the case of BinaryMarshaller

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

Steve Hostettler resolved IGNITE-4330.
--------------------------------------
    Resolution: Duplicate

> Cache is loaded twice in the case of BinaryMarshaller
> -----------------------------------------------------
>
>                 Key: IGNITE-4330
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4330
>             Project: Ignite
>          Issue Type: Bug
>          Components: Ignite RDD
>    Affects Versions: 1.7
>            Reporter: Steve Hostettler
>            Priority: Critical
>             Fix For: 1.8
>
>
> We noticed that while loading a cache with the BinaryMarshaller, the cache gets loaded twice.
> In method loadCache(final IgniteBiInClosure<K, V> clo, @Nullable Object... args) on line 735, we iterate over the entryMappings
> In my case because I do use the BinaryMarshaller,  I end with the mappings described twice
> In method getOrCreateCacheMappings(@Nullable String cacheName) line 654 adds a different EntryMapping  and different key with the same Jdbc type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)