Github user jinmeiliao commented on a diff in the pull request:

    https://github.com/apache/incubator-geode/pull/250#discussion_r81788504
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/distributed/AbstractLauncher.java ---
    @@ -156,7 +166,14 @@ protected static Properties 
loadGemFireProperties(final URL url) {
     
         if (url != null) {
           try {
    -        properties.load(new FileReader(new File(url.toURI())));
    +        File propertyFile = new File(url.toURI());
    --- End diff --
    
    This url is resolved by using gemfire.properties as default already. See 
DistributedSystem.getPropertiesFileURL(). So if gemfirePropertiesFile is not 
defined as a system property, it will use "gemfire.properties" first. We need 
to add another constant as GEODE_PREFIX in distribution config if we can not 
totally replace the GEMFIRE_PREFIX.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to