This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch hot_compaction
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from ccc627a  make SessionDataSetWrapper (#1398)
     add edd555a  fix boolean batch serialization (#1403)
     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

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     | 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 +-
 .../db/qp/physical/crud/InsertTabletPlan.java      |   4 +-
 .../apache/iotdb/db/writelog/WriteLogNodeTest.java |   9 +-
 19 files changed, 422 insertions(+), 147 deletions(-)
 mode change 100644 => 100755 client-py/src/client_example.py

Reply via email to