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

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


The following commit(s) were added to refs/heads/rel/0.10 by this push:
     new db744bd  disable sync by default (#1325)
db744bd is described below

commit db744bd31f1e83013c0d7b85a0f1de97b9bb8767
Author: Jialin Qiao <[email protected]>
AuthorDate: Mon Jun 8 16:01:27 2020 +0800

    disable sync by default (#1325)
---
 docs/zh/UserGuide/System Tools/Sync Tool.md                | 2 +-
 server/src/assembly/resources/conf/iotdb-engine.properties | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/zh/UserGuide/System Tools/Sync Tool.md 
b/docs/zh/UserGuide/System Tools/Sync Tool.md
index bc85c05..242eb7d 100644
--- a/docs/zh/UserGuide/System Tools/Sync Tool.md       
+++ b/docs/zh/UserGuide/System Tools/Sync Tool.md       
@@ -71,7 +71,7 @@
    </tr>
    <tr>
       <td>默认值</td>
-      <td>true</td>
+      <td>false</td>
    </tr>
    <tr>
       <td>改后生效方式</td>
diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties 
b/server/src/assembly/resources/conf/iotdb-engine.properties
index ea78585..79e44aa 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -341,8 +341,8 @@ external_sort_threshold = 1000
 ### Sync Server Configuration
 ####################
 
-# Whether to open the sync_server_port for receiving data from sync client, 
the default allowed
-is_sync_enable=true
+# Whether to open the sync_server_port for receiving data from sync client, 
the default is closed
+is_sync_enable=false
 
 # Sync server port to listen
 sync_server_port=5555

Reply via email to