This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 1030519 Merge pull request #1405 from neuyilan/cluster_new_IOTDB-781
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 2aa15ee Merge branch 'master' into cluster_new
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 +-
.../org/apache/iotdb/db/metadata/MLogWriter.java | 48 ++++---
.../org/apache/iotdb/db/metadata/MManager.java | 147 +++++++++++++++++----
.../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 +-
17 files changed, 391 insertions(+), 126 deletions(-)
mode change 100644 => 100755 client-py/src/client_example.py