This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch add_partition_removal
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 6a5c090 support partition removal
add bacbbe7 [IOTDB-726] CheckPoint of MTree (#1384)
add 1862184 fix python client example that be inconsistent with Server's
thrift Transport instance
add e4801d9 update slides link to slideshare
add a223fdf change audit logger to debug level for insert and create
timeseries
add dc62a6a Merge remote-tracking branch 'origin/master' into
add_partition_removal
add cce6ee3 extract duplicated codes into a function
No new revisions were added by this update.
Summary of changes:
client-py/src/client_example.py | 17 +-
docs/Community/Materials.md | 6 +-
docs/SystemDesign/SchemaManager/SchemaManager.md | 10 ++
docs/UserGuide/Concept/Encoding.md | 2 +
docs/UserGuide/Server/Config Manual.md | 9 +
.../zh/SystemDesign/SchemaManager/SchemaManager.md | 12 +-
docs/zh/UserGuide/Concept/Encoding.md | 2 +
docs/zh/UserGuide/Server/Config Manual.md | 19 ++-
.../resources/conf/iotdb-engine.properties | 7 +
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 37 +++-
.../org/apache/iotdb/db/conf/IoTDBConfigCheck.java | 70 ++++----
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 7 +-
.../engine/storagegroup/StorageGroupProcessor.java | 66 ++++----
.../org/apache/iotdb/db/metadata/MLogWriter.java | 48 +++---
.../org/apache/iotdb/db/metadata/MManager.java | 186 ++++++++++++++++-----
.../java/org/apache/iotdb/db/metadata/MTree.java | 120 +++++++++++--
.../apache/iotdb/db/metadata/MetadataConstant.java | 2 +
.../org/apache/iotdb/db/metadata/mnode/MNode.java | 2 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 6 +-
19 files changed, 448 insertions(+), 180 deletions(-)
mode change 100644 => 100755 client-py/src/client_example.py