This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch upgrade_tool
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 5342155 fix sonar
add 4e2ce58 add sessionpool example
add bd31f66 modify right management
add 1f3febd modify right management
add 103b22e Update website download links
add 7585123 fix some doc and SketchTool mistakes (#1185)
add 6fe6501 Concurrently write time partition (#1174)
add 6841ff3 Merge branch 'master' into upgrade_tool
No new revisions were added by this update.
Summary of changes:
NOTICE | 10 -
NOTICE-binary | 10 -
docs/Download/README.md | 40 +-
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 +++---
...anagement Statements.md => 3-Administration.md} | 0
.../7-Ecosystem Integration/2-MapReduce TsFile.md | 2 +-
.../8-Architecture/3-Shared Nothing Cluster.md | 2 +-
docs/zh/Download/README.md | 42 +--
docs/zh/SystemDesign/1-TsFile/2-Format.md | 279 ++++++++++----
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 +++---
...anagement Statements.md => 3-Administration.md} | 2 +-
.../java/org/apache/iotdb/SessionPoolExample.java | 88 ++---
.../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 +-
.../iotdb/session/pool/SessionDataSetWrapper.java | 5 +
.../org/apache/iotdb/session/pool/SessionPool.java | 4 +-
.../apache/iotdb/session/pool/SessionPoolTest.java | 7 +-
site/src/main/.vuepress/config.js | 4 +-
32 files changed, 789 insertions(+), 762 deletions(-)
rename docs/UserGuide/5-Operation Manual/{3-Account Management Statements.md
=> 3-Administration.md} (100%)
rename docs/zh/UserGuide/5-Operation Manual/{3-Account Management
Statements.md => 3-Administration.md} (99%)