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 2020/10/29 06:27:31 UTC

[GitHub] [iotdb] JesseZhou-1 opened a new pull request #1901: Synchronize the English and Chinese version of "Grafana" doc

JesseZhou-1 opened a new pull request #1901:
URL: https://github.com/apache/iotdb/pull/1901


   I noticed that the English and the Chinese version of "Grafana" doc are inconsistent with each other, so I tried to synchronize the two version as much as I can. If there is any problem, please point out. 
   I also corrected a few words in "Architecture" doc.


----------------------------------------------------------------
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



[GitHub] [iotdb] HTHou commented on a change in pull request #1901: Synchronize the English and Chinese version of "Grafana" doc

Posted by GitBox <gi...@apache.org>.
HTHou commented on a change in pull request #1901:
URL: https://github.com/apache/iotdb/pull/1901#discussion_r514019604



##########
File path: docs/UserGuide/Architecture/Files.md
##########
@@ -21,15 +21,15 @@
 
 # Files
 
-In IoTDB, there are many kinds of data needed to be storage. In this section, we will introduce IoTDB's data storage strategy in order to give you an intuitive understanding of IoTDB's data management.
+In IoTDB, there are many kinds of data needed to be stored. In this section, we will introduce IoTDB's data storage strategy in order to give you an explicit understanding of IoTDB's data management.
 
 The data that IoTDB stores is divided into three categories, namely data files, system files, and pre-write log files.
 
 ## Data Files
 
 Data files store all the data that the user wrote to IoTDB, which contains TsFile and other files. TsFile storage directory can be configured with the `data_dirs` configuration item (see [file layer](../Server/Config%20Manual.md) for details). Other files can be configured through [data_dirs](../Server/Config%20Manual.md) configuration item (see [Engine Layer](../Server/Config%20Manual.md) for details).
 
-In order to better support users' storage requirements such as disk space expansion, IoTDB supports multiple file directories storage methods for TsFile storage configuration. Users can set multiple storage paths as data storage locations( see [data_dirs](../Server/Config%20Manual.md) configuration item), and you can specify or customize the directory selection policy (see [multi_dir_strategy](../Server/Config%20Manual.md) configuration item for details).
+In order to better support users' storage requirements such as disk space expansion, IoTDB supports multiple file directories storage methods for TsFile storage configuration. Users can set multiple storage paths as data storage locations( see [data_dirs](../Server/Config%20Manual.md) configuration item), and you can specify or customize the directory selection strategy (see [multi_dir_strategy](../Server/Config%20Manual.md) configuration item for details).

Review comment:
       ```suggestion
   In order to support users' storage requirements such as disk space expansion better, IoTDB supports multiple file directories storage methods for TsFile storage configuration. Users can set multiple storage paths as data storage locations( see [data_dirs](../Server/Config%20Manual.md) configuration item), and you can specify or customize the directory selection strategy (see [multi_dir_strategy](../Server/Config%20Manual.md) configuration item for details).
   ```




----------------------------------------------------------------
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



[GitHub] [iotdb] HTHou merged pull request #1901: Synchronize the English and Chinese version of "Grafana" doc

Posted by GitBox <gi...@apache.org>.
HTHou merged pull request #1901:
URL: https://github.com/apache/iotdb/pull/1901


   


----------------------------------------------------------------
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