[ https://issues.apache.org/jira/browse/GEODE-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981546#comment-14981546 ]
Karen Smoler Miller commented on GEODE-256: ------------------------------------------- Documentation for all deprecated items listed in this ticket have been removed. > Remove deprecated Disk apis > --------------------------- > > Key: GEODE-256 > URL: https://issues.apache.org/jira/browse/GEODE-256 > Project: Geode > Issue Type: Sub-task > Reporter: Darrel Schneider > Original Estimate: 72h > Remaining Estimate: 72h > > The old disk feature had each region configured to use its own disk. The new > feature uses a disk store that can be shared by multiple regions. At the time > disk stores were added we allowed the old per region disk to still be used. > The old feature now uses a dedicated disk store whose life is tied to the > region that owns it. For example if you destroy the region the disk store is > also destroyed. > So in doing this task we not only want to remove the deprecated apis but also > get rid of the changes made to disk stores to support the old feature. > Someone with a knowledge of the old and new disk feature would be the best > choice for this feature. > Some of the external apis that need to be removed: > - DiskWriteAttributesFactory > - DiskWriteAttributes > - RegionAttributes related to disk (some of these are on GEODE-238) > - disk methods on Region (writeToDisk, forceRolling) > At one point we had an extra subclass of some unit test classes to run them > with the old disk feature. If those still exist they can be removed since we > only need the new flavor of the test. -- This message was sent by Atlassian JIRA (v6.3.4#6332)