You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/10 20:48:04 UTC

[jira] [Commented] (GEODE-1195) Improve "Synchronizing Your Offline Disk Store with Your Cache" docs

    [ https://issues.apache.org/jira/browse/GEODE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905678#comment-15905678 ] 

ASF subversion and git services commented on GEODE-1195:
--------------------------------------------------------

Commit c1b6f9f798026a0af84dc404cbdec31aa830ae0c in geode's branch refs/heads/develop from [~dbarnes97]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=c1b6f9f ]

GEODE-1195 Improve "Synchronizing Your Offline Disk Store with Your Cache" docs
This closes #423


> 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
>
> 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)