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

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

Steve Hostettler created IGNITE-4330:
----------------------------------------

             Summary: 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


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)