[
https://issues.apache.org/jira/browse/IGNITE-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424345#comment-16424345
]
ASF GitHub Bot commented on IGNITE-8110:
----------------------------------------
GitHub user antkr opened a pull request:
https://github.com/apache/ignite/pull/3742
IGNITE-8110
Fixed ms to nanos transformation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8110
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3742.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3742
----
commit f901b799710fda853b9298ff4911b018400a8ceb
Author: Anton Kurbanov <antkr.dev@...>
Date: 2018-04-03T14:32:57Z
IGNITE-8110 fixed transformation of cache flush frequency from ms into nanos
commit 85db60395ac1fbada93ae0fc6e3030dc2d3227eb
Author: Anton Kurbanov <antkr.dev@...>
Date: 2018-04-03T16:58:55Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite
into ignite-8110
----
> 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)