jt2594838 commented on a change in pull request #372:
[IOTDB-198]Reimplementation sync module
URL: https://github.com/apache/incubator-iotdb/pull/372#discussion_r321137183
##########
File path: docs/Documentation/UserGuide/9-System Tools/1-Sync.md
##########
@@ -231,26 +206,31 @@ The parameters of the sync sender are configured in a
separate configuration fil
<table>
<tr>
- <td colspan="2">parameter: iotdb_bufferWrite_directory</td>
+ <td colspan="2">parameter: sync_storage_groups</td>
</tr>
<tr>
- <td width="30%">Description</td>
- <td>The absolute path of the buffer write data (tsfile file) directory
of the IoTDB at the sender, such as: $IOTDB_HOME/data/data/settled (if the user
does not set the data path manually, the path is the default path of IoTDB
engine). This parameter is not valid by default, and is set manually when the
user needs it. This parameter needs to be guaranteed to belong to the same
IoTDB as the parameter iotdb_schema_directory.</td>
+ <td width="20%">Description</td>
+ <td>This parameter represents storage groups that participate in the
synchronization task, which distinguishes each storage group by comma.If the
list is empty, it means that all storage groups participate in
synchronization.By default, it is empty list.</td>
Review comment:
I am not sure whether "distinguishes" fits here...
"comma.If" ->"comma. If” and “synchronization.By”
“it is empty list” -> "it is an empty list" or "it is empty"
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services