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/30 06:24:36 UTC

[iotdb] 01/01: Merge branch 'rel/1.0' into beyyes/doc

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

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

commit 1ab465d74a8dfdc7e4dab25a85464cb1ba2d7122
Merge: 6ecf315a0c a7a1738c1e
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Wed Nov 30 14:24:17 2022 +0800

    Merge branch 'rel/1.0' into beyyes/doc

 .github/workflows/site-build.yml                   |   4 +-
 Jenkinsfile                                        |   8 +-
 RELEASE_NOTES.md                                   | 101 ++---
 antlr/pom.xml                                      |   2 +-
 cli/pom.xml                                        |   2 +-
 client-cpp/pom.xml                                 |   6 +-
 client-py/pom.xml                                  |   2 +-
 client-py/setup.py                                 |   2 +-
 code-coverage/pom.xml                              |   2 +-
 compile-tools/pom.xml                              |   8 +-
 compile-tools/thrift/pom.xml                       |   2 +-
 confignode/pom.xml                                 |   4 +-
 .../iotdb/confignode/conf/ConfigNodeConfig.java    |  28 ++
 .../confignode/conf/ConfigNodeDescriptor.java      |  30 ++
 .../iotdb/confignode/manager/ConsensusManager.java |   2 +
 .../iotdb/confignode/manager/node/NodeManager.java |   3 +
 consensus/pom.xml                                  |   4 +-
 .../org/apache/iotdb/consensus/common/Utils.java   |  33 ++
 .../apache/iotdb/consensus/config/RatisConfig.java |  36 +-
 .../iotdb/consensus/ratis/RatisConsensus.java      |  48 +++
 .../iotdb/consensus/ratis/SnapshotStorage.java     |  22 +-
 .../iotdb/consensus/ratis/RatisConsensusTest.java  |  11 +-
 cross-tests/pom.xml                                |   4 +-
 distribution/pom.xml                               |   4 +-
 docs/UserGuide/Monitor-Alert/Metric-Tool.md        | 220 +++++-----
 .../Operators-Functions/User-Defined-Function.md   |   7 +-
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md     | 139 +++---
 .../Operators-Functions/User-Defined-Function.md   |   6 +-
 example/client-cpp-example/pom.xml                 |   4 +-
 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                            |   4 +-
 example/tsfile/pom.xml                             |   2 +-
 example/udf/pom.xml                                |   4 +-
 .../java/org/apache/iotdb/udf/UDTFExample.java     |   4 +-
 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                          |   4 +-
 .../Apache IoTDB ConfigNode Dashboard.json         | 113 ++++-
 .../Apache IoTDB DataNode Dashboard.json           | 123 +++++-
 grafana-plugin/pom.xml                             |  10 +-
 hadoop/pom.xml                                     |   2 +-
 hive-connector/pom.xml                             |   2 +-
 influxdb-protocol/pom.xml                          |   2 +-
 integration-test/pom.xml                           | 214 +++++-----
 integration/pom.xml                                |  28 +-
 jdbc/pom.xml                                       |   4 +-
 jdbc/src/main/feature/feature.xml                  |   4 +-
 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 +-
 node-commons/pom.xml                               |   2 +-
 .../resources/conf/iotdb-common.properties         |   8 +-
 openapi/pom.xml                                    |   2 +-
 pom.xml                                            |  12 +-
 rewrite-tsfile-tool/pom.xml                        |   2 +-
 schema-engine-rocksdb/pom.xml                      |   2 +-
 .../schemaregion/rocksdb/RSchemaRegion.java        |   8 +-
 schema-engine-tag/pom.xml                          |   2 +-
 server/pom.xml                                     |   4 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  19 +
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   3 +
 .../db/consensus/DataRegionConsensusImpl.java      |   2 +
 .../db/consensus/SchemaRegionConsensusImpl.java    |   2 +
 .../db/metadata/mtree/MTreeBelowSGCachedImpl.java  |  35 +-
 .../db/metadata/mtree/MTreeBelowSGMemoryImpl.java  |  35 +-
 .../metadata/schemaregion/RSchemaRegionLoader.java |  14 +-
 .../db/metadata/schemaregion/SchemaEngine.java     |  48 +--
 .../schemaregion/SchemaRegionMemoryImpl.java       |  12 +-
 .../schemaregion/SchemaRegionSchemaFileImpl.java   |   8 +-
 .../execution/exchange/MPPDataExchangeManager.java |   6 +-
 .../db/mpp/execution/exchange/SinkHandle.java      |   6 +-
 .../db/mpp/execution/exchange/SourceHandle.java    |   4 +-
 .../execution/executor/RegionWriteExecutor.java    |   2 +-
 .../fragment/FragmentInstanceManager.java          |   4 +-
 .../operator/process/TagAggregationOperator.java   |  41 +-
 .../execution/schedule/AbstractDriverThread.java   |   2 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  12 +-
 .../mpp/plan/analyze/ClusterPartitionFetcher.java  |   2 +-
 .../db/mpp/plan/analyze/cache/PartitionCache.java  |   2 +-
 .../db/mpp/plan/execution/QueryExecution.java      |   2 +-
 .../config/executor/ClusterConfigTaskExecutor.java |  40 +-
 .../scheduler/FixedRateFragInsStateTracker.java    |   2 +-
 .../scheduler/FragmentInstanceDispatcherImpl.java  |  16 +-
 .../scheduler/load/LoadTsFileDispatcherImpl.java   |  18 +-
 .../plan/scheduler/load/LoadTsFileScheduler.java   |  67 +--
 .../service/thrift/impl/ClientRPCServiceImpl.java  |   2 +-
 .../impl/DataNodeInternalRPCServiceImpl.java       |  28 +-
 .../iotdb/db/metadata/mtree/MTreeBelowSGTest.java  |   6 +-
 service-rpc/pom.xml                                |   2 +-
 session/pom.xml                                    |   2 +-
 site/pom.xml                                       |  66 ++-
 site/src/main/.vuepress/config.js                  | 464 +++++++++++++++++++++
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/pom.xml                               |   2 +-
 thrift-commons/pom.xml                             |   2 +-
 thrift-confignode/pom.xml                          |   2 +-
 .../src/main/thrift/confignode.thrift              |   3 +
 thrift-influxdb/pom.xml                            |   2 +-
 thrift-iot-consensus/pom.xml                       |   2 +-
 thrift/pom.xml                                     |   2 +-
 trigger-api/pom.xml                                |   2 +-
 tsfile/pom.xml                                     |   4 +-
 udf-api/pom.xml                                    |   2 +-
 zeppelin-interpreter/pom.xml                       |   2 +-
 121 files changed, 1617 insertions(+), 740 deletions(-)