You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/03/22 04:52:18 UTC

[GitHub] [incubator-iotdb] jixuan1989 commented on a change in pull request #101: [IOTDB-51]Reimplement post-back module, rename it to synchronization module

jixuan1989 commented on a change in pull request #101: [IOTDB-51]Reimplement post-back module, rename it to synchronization module
URL: https://github.com/apache/incubator-iotdb/pull/101#discussion_r268037145
 
 

 ##########
 File path: iotdb/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
 ##########
 @@ -253,13 +253,13 @@
    */
   private int maxLogEntrySize = 4 * 1024 * 1024;
   /**
-   * Is this IoTDB instance a receiver of postback or not.
+   * Is this IoTDB instance a receiver of sync or not.
    */
-  private boolean isPostbackEnable = true;
+  private boolean isSyncEnable = true;
   /**
-   * If this IoTDB instance is a receiver of postback, set the server port.
+   * If this IoTDB instance is a receiver of sync, set the server port.
    */
-  private int postbackServerPort = 5555;
+  private int syncServerPort = 5555;
 
 Review comment:
   do you need to modify the docs?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services