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

GridCacheWriteBehindStore.Flusher thread uses the wrong transformation from milliseconds to nanoseconds.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.4
    • 2.5
    • general
    • None

    Description

      The initial value of a cache flushing frequency is defined as follows:

              /** Cache flushing frequence in nanos. */
              protected long cacheFlushFreqNanos = cacheFlushFreq * 1000;
      

      where is cacheFlushFreq is equal to

          /** Default flush frequency for write-behind cache store in milliseconds. */
          public static final long DFLT_WRITE_BEHIND_FLUSH_FREQUENCY = 5000;
      

      Attachments

        Issue Links

          Activity

            People

              antkr Anton Kurbanov
              slava.koptilin Vyacheslav Koptilin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: