You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/26 08:41:45 UTC

[iotdb] branch master updated (8ce16e9 -> a9f582e)

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

haonan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 8ce16e9  Improve ContributeGuide.md and HowToCommit.md (#4030)
     add a9f582e  [IOTDB-1634][IOTDB-1571] Extend more aligned timeseries insert APIs && Fix aligned timeseries wal cannot recover (#3917)

No new revisions were added by this update.

Summary of changes:
 client-cpp/src/main/Session.cpp                    |  14 +-
 .../java/org/apache/iotdb/cluster/ClientMain.java  |   2 +-
 .../iotdb/AlignedTimeseriesSessionExample.java     | 238 ++++++++++++++-
 .../db/engine/storagegroup/TsFileProcessor.java    |   2 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   5 +-
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   |  92 ++----
 .../physical/crud/InsertRowsOfOneDevicePlan.java   |  20 +-
 .../db/qp/physical/crud/InsertTabletPlan.java      |  30 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  37 ++-
 .../iotdb/db/writelog/recover/LogReplayer.java     |  54 ++--
 .../iotdb/db/qp/physical/InsertRowPlanTest.java    |   2 +
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |   8 +-
 .../java/org/apache/iotdb/session/Session.java     | 330 ++++++++++++++++-----
 .../apache/iotdb/session/SessionConnection.java    |   6 +-
 .../org/apache/iotdb/session/pool/SessionPool.java | 189 ++++++++++++
 .../apache/iotdb/session/IoTDBSessionVectorIT.java | 258 +++++++++++++++-
 .../apache/iotdb/session/SessionCacheLeaderUT.java |  10 +-
 thrift/src/main/thrift/rpc.thrift                  |  15 +-
 .../java/org/apache/iotdb/tsfile/utils/BitMap.java |  15 +
 19 files changed, 1090 insertions(+), 237 deletions(-)