[
https://issues.apache.org/jira/browse/IGNITE-9107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Bakos updated IGNITE-9107:
-------------------------------
Description:
java.util.logging.properties file's org.apache.ignite.level=FINE setting causes
slow transactional putAll call.
Cache config:
{code:java}
<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>{code}
was:
java.util.logging.properties file's org.apache.ignite.level=FINE setting causes
slow transactional putAll call.
Cache config:
{code:java}
<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>{code}
</property>
> FINE log level causes slow transactional cache
> ----------------------------------------------
>
> Key: IGNITE-9107
> URL: https://issues.apache.org/jira/browse/IGNITE-9107
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.4, 2.6
> Environment: Docker Hub Image with 2.4.0 and 2.6.0 versions.
> Reporter: Greg Bakos
> Priority: Major
>
> java.util.logging.properties file's org.apache.ignite.level=FINE setting
> causes slow transactional putAll call.
> Cache config:
> {code:java}
> <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>{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)