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(-)

Reply via email to