You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2019/04/29 20:32:00 UTC

[jira] [Created] (GEODE-6719) App servers using custom DEFAULT diskstores should be able to restart

nabarun created GEODE-6719:
------------------------------

             Summary: App servers using custom DEFAULT diskstores should be able to restart
                 Key: GEODE-6719
                 URL: https://issues.apache.org/jira/browse/GEODE-6719
             Project: Geode
          Issue Type: Bug
          Components: http session
            Reporter: nabarun


Issue:
 # Start servers with DEFAULT diskstores with custom directory location other than '.' and do not set the diskstore in the region attributes tag in the cache xml. Since it is named DEFAULT, it should automatically link itself to the region.
 # Start the app serverĀ 
 # Stop the app server
 # Start the app server.
 # This causes a failure as app server requests it create the default diskstore at . but the default diskstore was already created at the custom location.

Solution:
 * If the existing region and the requested region both use the default disk store then the existing diskstore properties with take precedence over the requested ones.
 * The requested disktore properties will be ignored if there is a default diskstore already present.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)