Description
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.
Attachments
Issue Links
- duplicates
-
IGNITE-3936 JDBC POJO store may load data twice in some conditions
- Closed