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/03 02:33:23 UTC

[incubator-iotdb] branch cluster_new updated (adbe566 -> ca429e2)

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 adbe566  fix InsertPlan serialization
     add 7e88043  [IOTDB-615]fix session.insertTablets api and add test methods (#1302)
     add aa37f59  [IOTDB-733] Enable setting for mqtt max length (#1300)
     add 42ef51c  [IOTDB-731] Continue write inside InsertPlan (#1298)
     add ae723b7  [IOTDB-732] Upgrade fastjson version to 1.2.70 (#1299)
     add 6378243  [IOTDB-735] Fix Concurrent error for MNode when creating time series automatically (#1306)
     add ca429e2  Merge branch 'master' into cluster_new

No new revisions were added by this update.

Summary of changes:
 LICENSE-binary                                     |   2 +-
 docs/UserGuide/Client/Programming - MQTT.md        |   1 +
 docs/UserGuide/Server/Config Manual.md             |   9 +
 docs/zh/UserGuide/Client/Programming - MQTT.md     |   2 +-
 docs/zh/UserGuide/Server/Config Manual.md          |   9 +
 pom.xml                                            |   2 +-
 .../resources/conf/iotdb-engine.properties         |   5 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  30 ++-
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |   1 +
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   8 +
 .../iotdb/db/engine/memtable/AbstractMemTable.java |   4 +
 .../engine/storagegroup/StorageGroupProcessor.java |  12 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |  13 ++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  14 +-
 .../iotdb/db/qp/physical/crud/InsertPlan.java      |  50 ++++-
 .../org/apache/iotdb/db/service/MQTTService.java   |   1 +
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   6 +
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |  31 +++
 service-rpc/rpc-changelist.md                      |   1 +
 service-rpc/src/main/thrift/rpc.thrift             |   2 +
 .../java/org/apache/iotdb/session/Session.java     | 212 ++++++++++++++-------
 .../org/apache/iotdb/session/pool/SessionPool.java |  68 +++++++
 22 files changed, 402 insertions(+), 81 deletions(-)