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

FINE log level causes slow transactional cache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.4, 2.6
    • None
    • cache
    • None
    • Docker Hub Image with 2.4.0 and 2.6.0 versions.

    • Docs Required

    Description

      java.util.logging.properties file's org.apache.ignite.level=FINE setting causes slow transactional putAll call.

      Cache config:

      <property name="cacheConfiguration">
       <list>
       <!-- Partitioned cache example configuration (Atomic mode). -->
       <bean class="org.apache.ignite.configuration.CacheConfiguration">
       <property name="name" value="transtest"/>
       <property name="atomicityMode" value="TRANSACTIONAL"/>
       <property name="cacheMode" value="REPLICATED"/>
       <property name="backups" value="1"/>
       <property name="writeSynchronizationMode" value="FULL_ASYNC"/>
       </bean>
       </list>
      </property>

      Attachments

        Activity

          People

            Unassigned Unassigned
            znurgl Gergo Bakos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: