[
https://issues.apache.org/jira/browse/IGNITE-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430983#comment-16430983
]
Dmitriy Pavlov commented on IGNITE-8110:
----------------------------------------
Not sure it is related to this fix, but anyway, there is strange failure in
{noformat}
IgniteCacheTestSuite2:
GridCachePartitionedTxSingleThreadedSelfTest.testOptimisticRepeatableReadRollback
(master fail rate 0,0%)
java.lang.AssertionError: Invalid cached value [key=1, v1=null, v2=1, grid=2]
java.lang.AssertionError: Invalid cached value [key=1, v1=null, v2=1, grid=2]
and
IgniteCacheTestSuite2:
GridCachePartitionedTxSingleThreadedSelfTest.testPessimisticReadCommittedCommit
(master fail rate 0,0%)
{noformat}
could you please check if it is related
> GridCacheWriteBehindStore.Flusher thread uses the wrong transformation from
> milliseconds to nanoseconds.
> --------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-8110
> URL: https://issues.apache.org/jira/browse/IGNITE-8110
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 2.4
> Reporter: Vyacheslav Koptilin
> Assignee: Anton Kurbanov
> Priority: Minor
>
> The initial value of a cache flushing frequency is defined as follows:
> {code}
> /** Cache flushing frequence in nanos. */
> protected long cacheFlushFreqNanos = cacheFlushFreq * 1000;
> {code}
> where is {{cacheFlushFreq}} is equal to
> {code}
> /** Default flush frequency for write-behind cache store in milliseconds.
> */
> public static final long DFLT_WRITE_BEHIND_FLUSH_FREQUENCY = 5000;
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)