You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/11/14 15:34:38 UTC

[iotdb] branch new_vector updated (6895401 -> 7ba501b)

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

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


    from 6895401  fix session aligned ci
     add 7ba501b  change prefixPath in alignedPath to deviceId

No new revisions were added by this update.

Summary of changes:
 .../cluster/log/applier/AsyncDataLogApplier.java   |  2 +-
 .../iotdb/cluster/log/applier/BaseApplier.java     |  2 +-
 .../iotdb/cluster/log/applier/DataLogApplier.java  |  6 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   | 16 ++---
 .../iotdb/cluster/query/ClusterPlanRouter.java     | 14 ++--
 .../apache/iotdb/cluster/utils/PartitionUtils.java |  2 +-
 .../org/apache/iotdb/cluster/common/IoTDBTest.java |  2 +-
 .../org/apache/iotdb/cluster/common/TestUtils.java |  4 +-
 .../cluster/log/applier/DataLogApplierTest.java    | 10 +--
 .../cluster/log/logtypes/SerializeLogTest.java     |  2 +-
 .../cluster/server/member/DataGroupMemberTest.java | 10 +--
 .../cluster/server/member/MetaGroupMemberTest.java |  6 +-
 .../apache/iotdb/tsfile/TsFileSequenceRead.java    |  2 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 12 ++--
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  8 +--
 .../engine/memtable/AlignedWritableMemChunk.java   |  2 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 24 +++----
 .../db/engine/storagegroup/TsFileProcessor.java    | 16 ++---
 .../trigger/sink/local/LocalIoTDBHandler.java      |  2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |  6 +-
 .../apache/iotdb/db/metadata/path/AlignedPath.java | 24 ++-----
 .../org/apache/iotdb/db/mqtt/PublishHandler.java   |  2 +-
 .../db/qp/physical/crud/InsertMultiTabletPlan.java |  4 +-
 .../iotdb/db/qp/physical/crud/InsertPlan.java      | 12 ++--
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   | 34 ++++-----
 .../physical/crud/InsertRowsOfOneDevicePlan.java   | 18 ++---
 .../iotdb/db/qp/physical/crud/InsertRowsPlan.java  |  4 +-
 .../db/qp/physical/crud/InsertTabletPlan.java      | 20 +++---
 .../db/query/executor/fill/LastPointReader.java    | 16 ++---
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  4 +-
 .../iotdb/db/writelog/recover/LogReplayer.java     |  8 +--
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  4 +-
 .../write/schema/VectorMeasurementSchema.java      | 84 +++++++++++-----------
 33 files changed, 186 insertions(+), 196 deletions(-)