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

[incubator-iotdb] branch disable_sync_by_default created (now 533eaf7)

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

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


      at 533eaf7  disable sync by default

This branch includes the following new commits:

     new 533eaf7  disable sync by default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: disable sync by default

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 533eaf769df69dd542f9dc880aa45c39c140399c
Author: qiaojialin <64...@qq.com>
AuthorDate: Mon Jun 8 15:18:25 2020 +0800

    disable sync by default
---
 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