You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/11/10 05:03:50 UTC

[iotdb] branch beyyes/master2 updated (c5f0598e40 -> f476bb6eb3)

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

caogaofei pushed a change to branch beyyes/master2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from c5f0598e40 add deleteOldRegionPeer for 1 replica
     add b22ed4b4ad [IOTDB-4811]Fix snapshot file name error (#7900)
     add 05633d6e8c [IOTDB-4894] Fix bug that TsFileSketchTool prints only the first page info when there are multiple pages in a chunk  (#7955)
     add a5d6e97259 [IOTDB-4726]show cluster return with msg: 500 null (#7952)
     add 9f9975eac5 [IOTDB-4876] Fix PathPatternTree missing information on subpaths (#7943)
     add 7bc44b5db6 [IOTDB-4753] Error serialized data size in TsFileData (#7953)
     add fa4613221a Bump swagger-jersey2-jaxrs from 1.5.18 to 1.5.24 (#7893)
     add 43cc564aa5 [IOTDB-4558] Use insertRowsOfOneDevice to execute insert multi rows sql statement (#7918)
     new f476bb6eb3 Merge branch 'master' into beyyes/master2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/iotdb/consensus/IStateMachine.java  |  12 ++
 .../ratis/ApplicationStateMachineProxy.java        |   3 +-
 .../apache/iotdb/commons/path/PathPatternNode.java |  58 ++++++-
 .../apache/iotdb/commons/path/PathPatternTree.java |  16 +-
 .../iotdb/commons/path/PathPatternTreeTest.java    |  19 ++
 pom.xml                                            |   2 +-
 .../statemachine/DataRegionStateMachine.java       |  16 ++
 .../iotdb/db/engine/load/AlignedChunkData.java     |  21 ++-
 .../iotdb/db/engine/load/NonAlignedChunkData.java  |  15 +-
 .../iotdb/db/engine/snapshot/SnapshotTaker.java    |  18 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  11 +-
 .../config/executor/ClusterConfigTaskExecutor.java |  10 +-
 .../plan/node/write/InsertRowsOfOneDeviceNode.java |  12 +-
 .../apache/iotdb/db/tools/TsFileSketchTool.java    | 193 ++++++++++++++-------
 .../iotdb/tsfile/file/header/PageHeader.java       |  10 +-
 15 files changed, 316 insertions(+), 100 deletions(-)


[iotdb] 01/01: Merge branch 'master' into beyyes/master2

Posted by ca...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

caogaofei pushed a commit to branch beyyes/master2
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit f476bb6eb33241245f9484cbec5d7fc67b7697a8
Merge: c5f0598e40 43cc564aa5
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Thu Nov 10 11:25:25 2022 +0800

    Merge branch 'master' into beyyes/master2

 .../org/apache/iotdb/consensus/IStateMachine.java  |  12 ++
 .../ratis/ApplicationStateMachineProxy.java        |   3 +-
 .../apache/iotdb/commons/path/PathPatternNode.java |  58 ++++++-
 .../apache/iotdb/commons/path/PathPatternTree.java |  16 +-
 .../iotdb/commons/path/PathPatternTreeTest.java    |  19 ++
 pom.xml                                            |   2 +-
 .../statemachine/DataRegionStateMachine.java       |  16 ++
 .../iotdb/db/engine/load/AlignedChunkData.java     |  21 ++-
 .../iotdb/db/engine/load/NonAlignedChunkData.java  |  15 +-
 .../iotdb/db/engine/snapshot/SnapshotTaker.java    |  18 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  11 +-
 .../config/executor/ClusterConfigTaskExecutor.java |  10 +-
 .../plan/node/write/InsertRowsOfOneDeviceNode.java |  12 +-
 .../apache/iotdb/db/tools/TsFileSketchTool.java    | 193 ++++++++++++++-------
 .../iotdb/tsfile/file/header/PageHeader.java       |  10 +-
 15 files changed, 316 insertions(+), 100 deletions(-)