You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2016/06/17 23:23:42 UTC

incubator-geode git commit: Removed default culter config dir

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1493 [created] 74a8b79db


Removed default culter config dir


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/74a8b79d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/74a8b79d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/74a8b79d

Branch: refs/heads/feature/GEODE-1493
Commit: 74a8b79db5b05480a6ae11243428916eab8abad2
Parents: f606706
Author: Sai Boorlagadda <sb...@pivotal.io>
Authored: Thu Jun 16 20:16:18 2016 -0700
Committer: Sai Boorlagadda <sb...@pivotal.io>
Committed: Thu Jun 16 20:16:18 2016 -0700

----------------------------------------------------------------------
 .../gemfire/distributed/internal/DistributionConfigImpl.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/74a8b79d/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionConfigImpl.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionConfigImpl.java b/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionConfigImpl.java
index b793e34..d31c739 100644
--- a/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionConfigImpl.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionConfigImpl.java
@@ -280,7 +280,7 @@ public class DistributionConfigImpl
   protected boolean enableSharedConfiguration = DistributionConfig.DEFAULT_ENABLE_CLUSTER_CONFIGURATION;
   protected boolean useSharedConfiguration = DistributionConfig.DEFAULT_USE_CLUSTER_CONFIGURATION;
   protected boolean loadSharedConfigurationFromDir = DistributionConfig.DEFAULT_LOAD_CLUSTER_CONFIG_FROM_DIR;
-  protected String clusterConfigDir = DistributionConfig.DEFAULT_CLUSTER_CONFIGURATION_DIR;
+  protected String clusterConfigDir = "";
   
   
   private int httpServicePort = DEFAULT_HTTP_SERVICE_PORT;