You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (JIRA)" <ji...@apache.org> on 2018/04/02 14:56:00 UTC

[jira] [Created] (IGNITE-8110) GridCacheWriteBehindStore.Flusher thread uses the wrong transformation from milliseconds to nanoseconds.

Vyacheslav Koptilin created IGNITE-8110:
-------------------------------------------

             Summary: 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


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)