[
https://issues.apache.org/jira/browse/GEODE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Barnes resolved GEODE-1195.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.2.0
> Improve "Synchronizing Your Offline Disk Store with Your Cache" docs
> --------------------------------------------------------------------
>
> Key: GEODE-1195
> URL: https://issues.apache.org/jira/browse/GEODE-1195
> Project: Geode
> Issue Type: Bug
> Components: docs
> Reporter: Darrel Schneider
> Assignee: Dave Barnes
> Fix For: 1.2.0
>
>
> The docs in question are:
> http://geode.docs.pivotal.io/docs/managing/disk_storage/keeping_offline_disk_store_in_sync.html#syncing_offline_disk_store
> Change "modify-disk-store" to "alter disk-store". Modify is the older command
> and alter is the current gfsh command.
> I think you should introduce this section with:
> If you change or remove persistent regions by modifying your cache.xml or you
> code that configures the regions then you should alter this disk-store to be
> the same. If you don't then the next time this disk-store is recovered it
> will recover all that regions data into a temporary region with the old
> configuration. The old configuration will still consume the old configured
> resources (heap memory, off-heap memory). If those resources are no longer
> available (for example the old configuration of the region was off-heap but
> you decide to no longer configure off-heap memory on the JVM) the disk-store
> recovery will fail. So it is recommended that you change the stored
> configuration to match the runtime configuration.
> In the subsection on "Change Region Configuration" this list of things that
> can be changed are out of date:
> The disk store retains region capacity and load settings, including entry map
> settings (initial capacity, concurrency level, load factor), LRU eviction
> settings, and the statistics enabled boolean.
> Instead of listing them all here and trying to keep that list up to date
> perhaps it would be better to say:
> The disk store retains a subset of the region configuration attributes (for a
> list of the retained attributes see alter disk-store at
> http://geode.docs.pivotal.io/docs/tools_modules/gfsh/command-pages/alter.html)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)