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

Data page evictions do not work in mixed persistence mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.3
    • 2.3
    • None
    • None

    Description

      After IGNITE-6030 data page evictions are broken if in-memory caches are mixed with persistence-enabled caches.
      The problem is in page eviction tracker creation code:

              if (plc.getPageEvictionMode() == DataPageEvictionMode.DISABLED || CU.isPersistenceEnabled(cctx.gridConfig()))
                  return new NoOpPageEvictionTracker();
      

      We should check not the global configuration, but the data region configuration.

      Attachments

        Activity

          People

            agoncharuk Alexey Goncharuk
            agoncharuk Alexey Goncharuk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: