[ https://issues.apache.org/jira/browse/GEODE-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895050#comment-15895050 ]
ASF GitHub Bot commented on GEODE-2589: --------------------------------------- GitHub user ladyVader opened a pull request: https://github.com/apache/geode/pull/411 GEODE-2589, GEODE-2590 lucene index region attributes should be based… lucene index region attributes should reflect those on data region - lucene index region now inherits recoveryDelay and startupRecoveryDelay from data region - lucene index region now only sets diskStoreName (in RegionAttributes) when data region has persistence. @upthewaterspout @nabarunnag - Could you please review these changes? You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/geode feature/GEODE-2589 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/411.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #411 ---- commit 24d02a5862851ceffa715233f245c46651776cf4 Author: Lynn Hughes-Godfrey <lhughesgodf...@pivotal.io> Date: 2017-03-03T21:11:53Z GEODE-2589, GEODE-2590 lucene index region attributes should be based on data region - lucene index region now inherits recoveryDelay and startupRecoveryDelay from data region - lucene index region now only sets diskStoreName (in RegionAttributes) when data region has persistence. ---- > lucene index region is not inheriting recoveryDelay and startupRecoveryDelay > from data region > --------------------------------------------------------------------------------------------- > > Key: GEODE-2589 > URL: https://issues.apache.org/jira/browse/GEODE-2589 > Project: Geode > Issue Type: Bug > Components: lucene > Affects Versions: 1.2.0 > Reporter: Shelley Lynn Hughes-Godfrey > Assignee: Shelley Lynn Hughes-Godfrey > > The lucene index region uses the default values for recoveryDelay and > startupRecoveryDelay vs. the values configured for the data region. > It should inherit these values from the PartitionRegionAttributes of the data > region. -- This message was sent by Atlassian JIRA (v6.3.15#6346)