Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-4330

Cache is loaded twice in the case of BinaryMarshaller

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Duplicate
    • 1.7
    • 1.8
    • spark
    • None

    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

          Activity

            People

              Unassigned Unassigned
              steve.hostettler@gmail.com Steve Hostettler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: