You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/11/29 08:25:17 UTC

[iotdb] branch lmh/FixGroupByTag updated (2b043dfff2 -> cca970464b)

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

hui pushed a change to branch lmh/FixGroupByTag
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 2b043dfff2 fix
    omit 40de3ad14e Revert "Update pom version and doc to 1.0 (#8214)" (#8217)
    omit 40a2596ee8 Update pom version and doc to 1.0 (#8214)
     add b9393ceacf start rel/1.0
     add db62a30d6e Fix IT bug (#8216)
     add 9f8f2372c4 enable IT workflow for rel/1.0 (#8222)
     add 8d9e50395f [To rel/1.0] fix data inserted into incorrect data region (#8219)
     add 89add7bae6 [To rel/1.0] [IOTDB-5067] Add check of URI scheme
     add 2b822766b4 [To rel/1.0] Modified some documents (#8220)
     add 61139d98f1 [To rel/1.0] [IOTDB-5068] Fix CompactionSchedulerTest (#8224)
     add f95389f37a Disable integration-tests and testcontainer in mvn install (#8228)
     add 6e2fe0723b [To rel/1.0] fix snapshot init warning (#8226)
     add 352bf6a431 [To rel/1.0] [IOTDB-5074] Add storage group name and region id to the path of snapshot (#8231)
     add eeaaef0071 [To rel/1.0] [IOTDB-4940] Optimize query fetch data partition process while containg unclosed time filter (#8230)
     add e01d5ccab9 [To rel/1.0] [IOTDB-5067] Change error log in ConfigExecutin to warn level (#8227)
     add 6b6c5d72c5  [To rel/1.0] Add logs for AdjustRegionGroupNum process (#8233)
     add 50e969b07a [To rel/1.0] Simplify IoTDBCustomRegionGroupExtensionIT (#8232)
     add b263e7c228 [To rel/1.0][IOTDB-5045] fix delete database, wal and tsfile still left (#8234)
     add a2aa6aad39 [To rel/1.0] [IOTDB-4972] Fix NPE caused by timeseries not exists when disable auto create schema (#8235)
     add cca970464b fix

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2b043dfff2)
            \
             N -- N -- N   refs/heads/lmh/FixGroupByTag (cca970464b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cluster-it-1c1d.yml              |   2 +
 .github/workflows/cluster-it-1c3d.yml              |   2 +
 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 +-
 .../read/partition/GetDataPartitionPlan.java       |  34 ++----
 .../partition/GetOrCreateDataPartitionPlan.java    |   5 +-
 .../confignode/manager/ClusterSchemaManager.java   |  16 ++-
 .../iotdb/confignode/manager/ConfigManager.java    |  13 +-
 .../iotdb/confignode/manager/load/LoadManager.java |   7 +-
 .../manager/load/balancer/PartitionBalancer.java   |   5 +-
 .../manager/load/balancer/RouteBalancer.java       |   2 +-
 .../partition/GreedyPartitionAllocator.java        |  13 +-
 .../balancer/partition/IPartitionAllocator.java    |   5 +-
 .../load/balancer/router/RegionRouteMap.java       |   5 +
 .../iotdb/confignode/manager/node/NodeManager.java |  23 ++--
 .../manager/partition/PartitionManager.java        |   8 +-
 .../persistence/partition/PartitionInfo.java       |  16 ++-
 .../partition/StorageGroupPartitionTable.java      |   8 +-
 .../impl/schema/DeleteStorageGroupProcedure.java   |   5 +
 .../request/ConfigPhysicalPlanSerDeTest.java       |  27 +++--
 consensus/pom.xml                                  |   2 +-
 .../ratis/ApplicationStateMachineProxy.java        |   4 +-
 .../iotdb/consensus/ratis/SnapshotStorage.java     |  17 ++-
 cross-tests/pom.xml                                |   2 +-
 distribution/pom.xml                               |   2 +-
 docs/UserGuide/API/InfluxDB-Protocol.md            |   2 +-
 docs/UserGuide/API/Programming-Java-Native-API.md  |   4 +-
 docs/UserGuide/API/Programming-TsFile-API.md       |   4 +-
 docs/UserGuide/Cluster/Cluster-Concept.md          |  16 +--
 docs/UserGuide/Cluster/Cluster-Setup.md            |  21 ++--
 .../UserGuide/Ecosystem-Integration/Hive-TsFile.md |   8 +-
 .../Ecosystem-Integration/MapReduce-TsFile.md      |   2 +-
 .../Ecosystem-Integration/Spark-TsFile.md          |   2 +-
 .../Operators-Functions/User-Defined-Function.md   |  10 +-
 .../UserGuide/QuickStart/Command-Line-Interface.md |  51 ++++----
 docs/UserGuide/QuickStart/QuickStart.md            |   2 -
 docs/UserGuide/QuickStart/WayToGetIoTDB.md         |   8 +-
 docs/UserGuide/Reference/SQL-Reference.md          |   2 +-
 docs/UserGuide/Trigger/Implement-Trigger.md        |   2 +-
 docs/zh/UserGuide/API/InfluxDB-Protocol.md         |   2 +-
 docs/zh/UserGuide/API/Programming-JDBC.md          |   2 +-
 .../UserGuide/API/Programming-Java-Native-API.md   |   4 +-
 docs/zh/UserGuide/API/Programming-TsFile-API.md    |   4 +-
 docs/zh/UserGuide/Cluster/Cluster-Setup.md         |   1 -
 .../UserGuide/Ecosystem-Integration/Hive-TsFile.md |   8 +-
 .../Ecosystem-Integration/MapReduce-TsFile.md      |   2 +-
 .../Ecosystem-Integration/Spark-TsFile.md          |   2 +-
 .../Operators-Functions/User-Defined-Function.md   |  10 +-
 .../UserGuide/QuickStart/Command-Line-Interface.md |  35 +++---
 docs/zh/UserGuide/QuickStart/QuickStart.md         |   1 -
 docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md      |   2 +-
 docs/zh/UserGuide/Reference/SQL-Reference.md       |   2 +-
 docs/zh/UserGuide/Trigger/Implement-Trigger.md     |   2 +-
 example/client-cpp-example/pom.xml                 |   2 +-
 example/ext-pipe-plugin-example/README.md          |   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                              |   4 +-
 example/kafka/readme.md                            |   4 +-
 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/rocketmq/readme.md                         |   4 +-
 example/session/pom.xml                            |   2 +-
 example/trigger/pom.xml                            |   2 +-
 example/tsfile/pom.xml                             |   2 +-
 example/tsfile/readme.md                           |   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/README.md                                   |   2 +-
 hadoop/pom.xml                                     |   2 +-
 hive-connector/pom.xml                             |   2 +-
 influxdb-protocol/pom.xml                          |   2 +-
 integration-test/pom.xml                           |   6 +-
 .../it/IoTDBClusterRegionLeaderBalancingIT.java    |  20 ++--
 .../confignode/it/IoTDBConfigNodeSnapshotIT.java   |   8 +-
 .../it/IoTDBConfigNodeSwitchLeaderIT.java          |  18 +--
 ...T.java => IoTDBAutoRegionGroupExtensionIT.java} | 133 ++++++++++++++-------
 ...java => IoTDBCustomRegionGroupExtensionIT.java} |  11 +-
 .../it/partition/IoTDBPartitionDurableIT.java      |   7 +-
 .../it/partition/IoTDBPartitionGetterIT.java       |  24 +++-
 .../partition/IoTDBPartitionInheritPolicyIT.java   |   5 +-
 .../confignode/it/utils/ConfigNodeTestUtils.java   |  28 +++--
 integration/pom.xml                                |   2 +-
 jdbc/README.md                                     |   4 +-
 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 +-
 node-commons/pom.xml                               |   2 +-
 .../iotdb/commons/partition/DataPartition.java     |  21 +++-
 .../commons/partition/DataPartitionQueryParam.java |  35 ++++++
 .../commons/partition/DataPartitionTable.java      |  23 ++--
 .../commons/partition/SeriesPartitionTable.java    |  34 +++++-
 .../commons/utils/ThriftCommonsSerDeUtils.java     |  20 ++++
 openapi/pom.xml                                    |   2 +-
 pom.xml                                            |   2 +-
 rewrite-tsfile-tool/pom.xml                        |   2 +-
 schema-engine-rocksdb/pom.xml                      |   2 +-
 schema-engine-tag/README.md                        |   4 +-
 schema-engine-tag/pom.xml                          |   2 +-
 server/pom.xml                                     |   2 +-
 .../statemachine/DataRegionStateMachine.java       |   7 +-
 .../apache/iotdb/db/engine/StorageEngineV2.java    |   2 +-
 .../iotdb/db/engine/snapshot/SnapshotLoader.java   |   8 ++
 .../iotdb/db/engine/snapshot/SnapshotTaker.java    |   4 +
 .../iotdb/db/engine/storagegroup/DataRegion.java   |  11 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  | 125 +++++++++++++++----
 .../mpp/plan/analyze/ClusterPartitionFetcher.java  |  91 +++++++++-----
 .../db/mpp/plan/analyze/IPartitionFetcher.java     |   9 ++
 .../plan/analyze/StandalonePartitionFetcher.java   |   7 ++
 .../mpp/plan/execution/config/ConfigExecution.java |   2 +-
 .../config/executor/ClusterConfigTaskExecutor.java |  24 +++-
 .../plan/planner/plan/node/write/InsertNode.java   |  36 ++++--
 .../engine/compaction/CompactionSchedulerTest.java |   1 -
 .../db/engine/snapshot/IoTDBSnapshotTest.java      |   8 +-
 .../mpp/plan/analyze/FakePartitionFetcherImpl.java |   6 +
 .../mpp/plan/analyze/QueryTimePartitionTest.java   |  73 +++++++----
 .../iotdb/db/mpp/plan/plan/distribution/Util.java  |   6 +
 .../plan/node/write/WritePlanNodeSplitTest.java    |  18 ++-
 service-rpc/pom.xml                                |   2 +-
 session/pom.xml                                    |   2 +-
 site/pom.xml                                       |   2 +-
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/pom.xml                               |   2 +-
 testcontainer/pom.xml                              |   7 +-
 thrift-commons/pom.xml                             |   2 +-
 thrift-confignode/pom.xml                          |   2 +-
 .../src/main/thrift/confignode.thrift              |  11 +-
 thrift-influxdb/pom.xml                            |   2 +-
 thrift-iot-consensus/pom.xml                       |   2 +-
 thrift/pom.xml                                     |   2 +-
 trigger-api/pom.xml                                |   2 +-
 tsfile/README.md                                   |   2 +-
 tsfile/pom.xml                                     |   2 +-
 udf-api/pom.xml                                    |   2 +-
 zeppelin-interpreter/pom.xml                       |   2 +-
 157 files changed, 943 insertions(+), 496 deletions(-)
 copy integration-test/src/test/java/org/apache/iotdb/confignode/it/partition/{IoTDBRegionGroupExtensionIT.java => IoTDBAutoRegionGroupExtensionIT.java} (55%)
 rename integration-test/src/test/java/org/apache/iotdb/confignode/it/partition/{IoTDBRegionGroupExtensionIT.java => IoTDBCustomRegionGroupExtensionIT.java} (95%)