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

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


    from fbcef2dca4 implement split pipeline for series scan
     add cbddb29bbd [IOTDB-5595] Fix memory leak for TsFileProcessorInfoMetrics 
in TsFileProcessorInfo (#9162)
     add cff9a6437c Add TsFileResource back to TsFileResourceManager when all 
time index are file level (#9164)
     add 2ba24ca41c [IOTDB-5147]Optimize compaction schedule when priority is 
BALANCE (#9163)
     add 11837a29ad [IOTDB-5516] Fix delete schema region bug during drop 
database (#9170)
     add 3ef36de873 [IOTDB-5596] Rename ConfigNodeRegion to ConfigRegion (#9168)
     add 3ca5458aae Bump jackson.version from 2.13.4 to 2.13.5 (#9177)
     add 388df2ff4c [IOTDB-5599] Bug: One query is divided too much tasks to be 
allowed by system
     add 851c9f2dd4 Update the version of master branch & deploy 1.1 website 
(#9178)
     add 47cb83d2ec Update website deploy command (#9181)
     add 6135831f22 [IOTDB-5594] Update timeout after completing logical plan 
and distribution plan
     add 9ca8f65ec9 Merge branch 'master' into morePipeline
     add 0db38d9f5b Fix start time bug
     add 007314129a Fix consume all bugZ:

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main-unix.yml                    |   8 +-
 .github/workflows/main-win.yml                     |   6 +-
 .github/workflows/site-build.yml                   |   4 +-
 antlr/pom.xml                                      |   2 +-
 cli/pom.xml                                        |   2 +-
 client-cpp/pom.xml                                 |   2 +-
 client-py/pom.xml                                  |   2 +-
 code-coverage/pom.xml                              |   2 +-
 compile-tools/pom.xml                              |   2 +-
 compile-tools/thrift/pom.xml                       |   2 +-
 confignode/pom.xml                                 |   2 +-
 .../iotdb/confignode/conf/ConfigNodeConfig.java    |  10 +-
 ...eMachine.java => ConfigRegionStateMachine.java} |  89 ++--
 .../iotdb/confignode/manager/ConfigManager.java    |   6 +-
 .../manager/consensus/ConsensusManager.java        |  20 +-
 .../partition/DatabasePartitionTable.java          |   2 +-
 .../procedure/env/ConfigNodeProcedureEnv.java      |   2 +-
 .../procedure/env/DataNodeRemoveHandler.java       |   2 +-
 .../impl/schema/DeleteDatabaseProcedure.java       |  13 +-
 .../thrift/ConfigNodeRPCServiceProcessor.java      |   3 +-
 .../request/ConfigPhysicalPlanSerDeTest.java       |   4 +-
 consensus/README.md                                |   2 +-
 consensus/pom.xml                                  |   2 +-
 .../apache/iotdb/consensus/ratis/UtilsTest.java    |   4 +-
 .../consensus/simple/SimpleConsensusTest.java      |   4 +-
 distribution/pom.xml                               |   2 +-
 example/client-cpp-example/pom.xml                 |   2 +-
 example/ext-pipe-plugin-example/pom.xml            |   4 +-
 example/flink/pom.xml                              |   2 +-
 example/hadoop/pom.xml                             |   2 +-
 example/influxdb-protocol-example/pom.xml          |   2 +-
 example/jdbc/pom.xml                               |   2 +-
 example/kafka/pom.xml                              |   2 +-
 example/mqtt-customize/pom.xml                     |   2 +-
 example/mqtt/pom.xml                               |   2 +-
 example/pom.xml                                    |   2 +-
 example/pulsar/pom.xml                             |   2 +-
 example/rabbitmq/pom.xml                           |   2 +-
 example/rest-java-example/pom.xml                  |   2 +-
 example/rocketmq/pom.xml                           |   2 +-
 example/session/pom.xml                            |   2 +-
 example/trigger/pom.xml                            |   2 +-
 example/tsfile/pom.xml                             |   2 +-
 example/udf/pom.xml                                |   2 +-
 external-api/pom.xml                               |   2 +-
 external-pipe-api/pom.xml                          |   2 +-
 flink-iotdb-connector/pom.xml                      |   2 +-
 flink-tsfile-connector/pom.xml                     |   2 +-
 grafana-connector/pom.xml                          |   2 +-
 grafana-plugin/pom.xml                             |   2 +-
 hadoop/pom.xml                                     |   2 +-
 hive-connector/pom.xml                             |   2 +-
 influxdb-protocol/pom.xml                          |   2 +-
 integration-test/pom.xml                           |   2 +-
 .../iotdb/it/env/cluster/MppCommonConfig.java      |   2 +-
 .../it/env/cluster/MppSharedCommonConfig.java      |   6 +-
 .../iotdb/it/env/remote/RemoteCommonConfig.java    |   2 +-
 .../org/apache/iotdb/itbase/env/CommonConfig.java  |   2 +-
 .../confignode/it/IoTDBSnapshotTransferIT.java     |   4 +-
 .../it/load/IoTDBConfigNodeSwitchLeaderIT.java     |   2 +-
 .../it/partition/IoTDBPartitionGetterIT.java       |   6 +-
 integration/pom.xml                                |   2 +-
 isession/pom.xml                                   |   2 +-
 jdbc/pom.xml                                       |   2 +-
 library-udf/pom.xml                                |   2 +-
 metrics/dropwizard-metrics/pom.xml                 |   2 +-
 metrics/interface/pom.xml                          |   2 +-
 metrics/micrometer-metrics/pom.xml                 |   4 +-
 metrics/pom.xml                                    |   2 +-
 mlnode/pom.xml                                     |   2 +-
 node-commons/pom.xml                               |   2 +-
 ...ConfigNodeRegionId.java => ConfigRegionId.java} |   6 +-
 .../iotdb/commons/consensus/ConsensusGroupId.java  |   8 +-
 .../commons/utils/ThriftCommonsSerDeUtilsTest.java |   2 +-
 openapi/pom.xml                                    |   2 +-
 pipe-api/pom.xml                                   |   2 +-
 pom.xml                                            |   4 +-
 rewrite-tsfile-tool/pom.xml                        |   2 +-
 schema-engine-rocksdb/pom.xml                      |   2 +-
 schema-engine-tag/pom.xml                          |   2 +-
 server/pom.xml                                     |   2 +-
 .../iotdb/db/auth/ClusterAuthorityFetcher.java     |  14 +-
 .../apache/iotdb/db/client/ConfigNodeClient.java   |  22 +-
 .../iotdb/db/client/ConfigNodeClientManager.java   |   8 +-
 .../org/apache/iotdb/db/client/ConfigNodeInfo.java |   8 +-
 .../iotdb/db/client/DataNodeClientPoolFactory.java |  14 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |   2 +-
 .../execute/task/InnerSpaceCompactionTask.java     |   9 +-
 .../compaction/schedule/CompactionScheduler.java   | 125 +++---
 .../impl/RewriteCrossSpaceCompactionSelector.java  |  42 +-
 .../impl/SizeTieredCompactionSelector.java         |   2 +-
 .../iotdb/db/engine/storagegroup/DataRegion.java   |   2 +-
 .../engine/storagegroup/TsFileProcessorInfo.java   |  14 +-
 .../storagegroup/TsFileProcessorInfoMetrics.java   |   4 +-
 .../metadata/template/ClusterTemplateManager.java  |  16 +-
 .../source/SeriesScanTraverseOperator.java         |   4 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |   2 +-
 .../mpp/plan/analyze/ClusterPartitionFetcher.java  |  18 +-
 .../db/mpp/plan/analyze/cache/PartitionCache.java  |  10 +-
 .../db/mpp/plan/execution/QueryExecution.java      |  35 +-
 .../config/executor/ClusterConfigTaskExecutor.java |  99 +++--
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |  18 +-
 .../iotdb/db/rescon/TsFileResourceManager.java     |   5 +-
 .../java/org/apache/iotdb/db/service/DataNode.java |  10 +-
 .../db/service/DataNodeServerCommandLine.java      |   6 +-
 .../apache/iotdb/db/service/IoTDBShutdownHook.java |   2 +-
 .../iotdb/db/service/RegionMigrateService.java     |   2 +-
 .../db/sync/common/ClusterSyncInfoFetcher.java     |  12 +-
 .../db/trigger/executor/TriggerFireVisitor.java    |   8 +-
 .../trigger/service/TriggerInformationUpdater.java |   8 +-
 .../inner/InnerCompactionSchedulerTest.java        |   6 +-
 .../iotdb/db/rescon/ResourceManagerTest.java       |  56 +--
 service-rpc/pom.xml                                |   2 +-
 session/pom.xml                                    |   2 +-
 site/iotdb-doap.rdf                                |   8 +
 site/pom.xml                                       |  66 ++-
 site/src/main/.vuepress/config.js                  | 476 +++++++++++++++++++++
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/pom.xml                               |   2 +-
 testcontainer/pom.xml                              |   2 +-
 thrift-commons/pom.xml                             |   2 +-
 thrift-commons/src/main/thrift/common.thrift       |   2 +-
 thrift-confignode/pom.xml                          |   2 +-
 thrift-influxdb/pom.xml                            |   2 +-
 thrift-iot-consensus/pom.xml                       |   2 +-
 thrift-mlnode/pom.xml                              |   2 +-
 thrift/pom.xml                                     |   2 +-
 trigger-api/pom.xml                                |   2 +-
 tsfile/pom.xml                                     |   2 +-
 udf-api/pom.xml                                    |   2 +-
 zeppelin-interpreter/pom.xml                       |   2 +-
 131 files changed, 1031 insertions(+), 469 deletions(-)
 rename 
confignode/src/main/java/org/apache/iotdb/confignode/consensus/statemachine/{ConfigNodeRegionStateMachine.java
 => ConfigRegionStateMachine.java} (93%)
 rename 
node-commons/src/main/java/org/apache/iotdb/commons/consensus/{ConfigNodeRegionId.java
 => ConfigRegionId.java} (87%)

Reply via email to