You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by yu...@apache.org on 2020/07/09 06:58:07 UTC

[incubator-iotdb] branch kyy updated: set false

This is an automated email from the ASF dual-hosted git repository.

yuyuankang pushed a commit to branch kyy
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/kyy by this push:
     new a03e7d1  set false
a03e7d1 is described below

commit a03e7d11e180d08e5e1f7a8978b562890082c26f
Author: Ring-k <yu...@hotmail.com>
AuthorDate: Thu Jul 9 14:55:49 2020 +0800

    set false
---
 cluster/src/main/java/org/apache/iotdb/cluster/ClusterMain.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cluster/src/main/java/org/apache/iotdb/cluster/ClusterMain.java b/cluster/src/main/java/org/apache/iotdb/cluster/ClusterMain.java
index 20707ab..1e389b7 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/ClusterMain.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/ClusterMain.java
@@ -72,8 +72,7 @@ public class ClusterMain {
     }
 
     IoTDBDescriptor.getInstance().getConfig().setSyncEnable(false);
-    IoTDBDescriptor.getInstance().getConfig().setAutoCreateSchemaEnabled(
-        ClusterDescriptor.getInstance().getConfig().isEnableAutoCreateSchema());
+    IoTDBDescriptor.getInstance().getConfig().setAutoCreateSchemaEnabled(false);
     logger.info("Running mode {}", mode);
     try {