This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a change to branch tsfile_doc
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from f8772dc Update TsFile skeleton figure
add 7585123 fix some doc and SketchTool mistakes (#1185)
add 6fe6501 Concurrently write time partition (#1174)
add 0f44b65 Merge remote-tracking branch 'origin/master' into tsfile_doc
No new revisions were added by this update.
Summary of changes:
NOTICE | 10 -
NOTICE-binary | 10 -
docs/SystemDesign/1-TsFile/2-Format.md | 411 ++++++++++----------
docs/UserGuide/1-Overview/2-Architecture.md | 6 +-
docs/UserGuide/1-Overview/3-Scenario.md | 4 +-
docs/UserGuide/3-Server/4-Config Manual.md | 8 +-
docs/UserGuide/4-Client/3-Programming - JDBC.md | 72 ----
docs/UserGuide/4-Client/7-Status Codes.md | 117 +++---
.../7-Ecosystem Integration/2-MapReduce TsFile.md | 2 +-
.../8-Architecture/3-Shared Nothing Cluster.md | 2 +-
docs/zh/SystemDesign/1-TsFile/2-Format.md | 412 ++++++++++-----------
docs/zh/UserGuide/1-Overview/2-Architecture.md | 6 +-
docs/zh/UserGuide/1-Overview/3-Scenario.md | 10 +-
docs/zh/UserGuide/4-Client/3-Programming - JDBC.md | 74 ----
docs/zh/UserGuide/4-Client/7-Status Codes.md | 118 +++---
.../resources/conf/iotdb-engine.properties | 10 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 10 +-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 6 +-
.../db/conf/adapter/IoTDBConfigDynamicAdapter.java | 100 +++--
.../engine/storagegroup/StorageGroupProcessor.java | 45 ++-
.../db/engine/storagegroup/TsFileProcessor.java | 5 +-
.../apache/iotdb/db/tools/TsFileSketchTool.java | 51 ++-
.../adapter/IoTDBConfigDynamicAdapterTest.java | 3 +-
23 files changed, 695 insertions(+), 797 deletions(-)