You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/06/28 02:34:50 UTC

[incubator-iotdb] branch cluster_premerge2 updated (0c8c700 -> 304c893)

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

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


    from 0c8c700  Merge branch 'master' into cluster_premerge2
     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
     add a223fdf  change audit logger to debug level for insert and create timeseries
     add 6c76ec3  [IOTDB-726] fix the lineNumber of mlog/snapshot is incorrect after restarting the server  (#1416)
     add 304c893  Merge branch 'master' into cluster_premerge2

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   |  54 +++---
 .../org/apache/iotdb/db/metadata/MManager.java     | 197 +++++++++++++++++----
 .../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      |   3 +-
 .../java/org/apache/iotdb/db/service/IoTDB.java    |   5 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   6 +-
 .../apache/iotdb/db/writelog/WriteLogNodeTest.java |   9 +-
 21 files changed, 461 insertions(+), 135 deletions(-)
 mode change 100644 => 100755 client-py/src/client_example.py