Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-1167

Changing the off-heap attribute of a persistent region does not work correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0-incubating.M2
    • offheap
    • None

    Description

      If you persist a region with off-heap=false and then shutdown; change your region config to off-heap=true; and then recover the persistent region it should end up stored off-heap.

      Or if you start off-heap=true and then switch to off-heap=false you then the region should end up using heap memory.

      But what is happening is that the old configuration is used for the storage and the data does not get converted to the new type of storage.

      Attachments

        Activity

          People

            dschneider Darrel Schneider
            dschneider Darrel Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: