This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/master/com.googlecode.maven-download-plugin-download-maven-plugin-1.6.8
in repository https://gitbox.apache.org/repos/asf/iotdb.git
omit c10eb18165e Bump
com.googlecode.maven-download-plugin:download-maven-plugin
add dba32d6b0f3 Fix confignode restart Error (#10750)
add 53b00d46c65 Fix confignode restart Error (#10752)
add 6d87d0cd856 Fix a bug of cross space selection (#10601)
add 50fa549b8dc Skip compaction resources overlap validation if a task is
UnSequenceSpaceTask (#10708)
add 51cdd6a3710 [IOTDB-6084] Pipe: Support node-urls (client HA) in
iotdb-thrift-connector-v1(v2) (#10749)
add 5a8e2ffabb8 Totally fix the python client IT issues
add e9b9b63a957 Fix recover last flush time map bug (#10761)
add f0f168249b2 [IOTDB-6097] Pipe: Avoid subscrption running with the
pattern option causing OOM & Fix de/ser of RecoverProgressIndex (#10767)
add 9fb01f5674e [IOTDB-6096] Make M4 Function do the nullable judgement
add b4442b64aae [IOTDB-6098] Fix a possible flush error when using aligned
timeseries (#10766)
add 400da3bc089 Use JDK 17 for sonar check (#10777)
add 445fc6d98d9 Add compression and encoding type check for
FastCompactionPerformer (#10692)
add 09f9bcfedf6 Cleaned up in the projects maven configuration (#10742)
new f6d89d87181 Bump
com.googlecode.maven-download-plugin:download-maven-plugin
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 (c10eb18165e)
\
N -- N -- N
refs/heads/dependabot/maven/master/com.googlecode.maven-download-plugin-download-maven-plugin-1.6.8
(f6d89d87181)
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.
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:
.github/workflows/client-cpp.yml | 29 +-
.github/workflows/client-python.yml | 1 -
.github/workflows/cluster-it-1c1d.yml | 3 +-
.github/workflows/cluster-it-1c3d.yml | 4 +-
.github/workflows/sonar-coveralls.yml | 15 +-
.github/workflows/unit-test.yml | 6 +-
.mvn/wrapper/maven-wrapper.properties | 4 +-
Jenkinsfile | 4 +-
README.md | 112 +++
code-coverage/README.md | 2 +-
code-coverage/pom.xml | 75 +-
distribution/pom.xml | 61 +-
docker/src/main/Dockerfile-1c1d | 8 +-
example/client-cpp-example/pom.xml | 278 +++---
example/client-cpp-example/src/CMakeLists.txt | 13 +-
example/flink/pom.xml | 4 +-
example/hadoop/pom.xml | 3 +-
example/jdbc/pom.xml | 4 +-
example/kafka/pom.xml | 9 +-
example/mqtt-customize/pom.xml | 4 +-
example/mqtt/pom.xml | 4 +-
example/pom.xml | 13 +-
example/pulsar/pom.xml | 6 +-
example/rabbitmq/pom.xml | 4 +-
example/rest-java-example/pom.xml | 3 +-
example/rocketmq/pom.xml | 4 +-
example/session/pom.xml | 4 +-
example/trigger/pom.xml | 72 +-
example/tsfile/pom.xml | 3 +-
example/udf/pom.xml | 71 +-
integration-test/pom.xml | 226 ++---
.../db/it/aligned/IoTDBInsertAlignedValues2IT.java | 12 +
.../db/it/udf/IoTDBUDTFBuiltinFunctionIT.java | 58 ++
iotdb-api/external-api/pom.xml | 6 +-
iotdb-api/pipe-api/pom.xml | 22 +-
{iotdb-client/isession => iotdb-api}/pom.xml | 22 +-
iotdb-api/trigger-api/pom.xml | 32 +-
iotdb-api/udf-api/pom.xml | 6 +-
iotdb-client/cli/pom.xml | 147 ++-
iotdb-client/client-cpp/pom.xml | 676 +++++++-------
iotdb-client/client-cpp/src/main/CMakeLists.txt | 17 +-
iotdb-client/client-cpp/src/test/CMakeLists.txt | 9 +-
iotdb-client/client-py/iotdb/IoTDBContainer.py | 11 +
iotdb-client/client-py/pom.xml | 29 +-
iotdb-client/compile-tools/pom.xml | 146 ---
iotdb-client/compile-tools/thrift/pom.xml | 205 -----
iotdb-client/isession/pom.xml | 6 +-
iotdb-client/jdbc/pom.xml | 59 +-
iotdb-client/{isession => }/pom.xml | 32 +-
iotdb-client/service-rpc/pom.xml | 77 +-
iotdb-client/session/pom.xml | 7 +-
iotdb-connector/flink-iotdb-connector/pom.xml | 5 +-
iotdb-connector/flink-tsfile-connector/pom.xml | 5 +-
iotdb-connector/grafana-connector/pom.xml | 101 +--
iotdb-connector/grafana-plugin/pom.xml | 30 +-
iotdb-connector/hadoop/pom.xml | 89 +-
iotdb-connector/hive-connector/pom.xml | 141 ++-
{iotdb-client/isession => iotdb-connector}/pom.xml | 27 +-
iotdb-connector/spark-iotdb-connector/pom.xml | 71 +-
.../spark-iotdb-connector/scala_2.11/pom.xml | 70 +-
.../spark-iotdb-connector/scala_2.12/pom.xml | 78 +-
iotdb-connector/spark-tsfile/pom.xml | 46 +-
iotdb-connector/zeppelin-interpreter/pom.xml | 30 +-
iotdb-core/antlr/pom.xml | 17 +-
iotdb-core/confignode/pom.xml | 77 +-
.../confignode/conf/ConfigNodeStartupCheck.java | 6 -
.../iotdb/confignode/manager/load/LoadManager.java | 5 +
.../partition/DataPartitionPolicyTable.java | 11 +-
.../iotdb/confignode/manager/node/NodeManager.java | 3 +
iotdb-core/consensus/pom.xml | 61 +-
iotdb-core/datanode/pom.xml | 281 +++---
.../pipe/connector/base/IoTDBThriftConnector.java | 85 ++
.../pipe/connector/v1/IoTDBThriftConnectorV1.java | 184 ++--
.../pipe/connector/v2/IoTDBThriftConnectorV2.java | 91 +-
.../PipeRealtimeDataRegionHybridExtractor.java | 4 +-
.../PipeRealtimeDataRegionLogExtractor.java | 2 +-
.../PipeRealtimeDataRegionTsFileExtractor.java | 2 +-
.../pipe/task/connection/BlockingPendingQueue.java | 22 +-
.../pipe/task/connection/PipeEventCollector.java | 48 +-
...ticSerializableTVListBackedSingleColumnRow.java | 2 +-
.../LayerPointReaderBackedSingleColumnRow.java | 6 +-
.../java/org/apache/iotdb/db/service/DataNode.java | 8 -
.../db/storageengine/dataregion/DataRegion.java | 2 +-
.../dataregion/HashLastFlushTimeMap.java | 6 +-
.../performer/impl/FastCompactionPerformer.java | 2 +-
.../execute/task/CrossSpaceCompactionTask.java | 2 +-
.../execute/task/InnerSpaceCompactionTask.java | 2 +-
.../fast/AlignedSeriesCompactionExecutor.java | 20 +
.../fast/NonAlignedSeriesCompactionExecutor.java | 14 +
.../executor/fast/SeriesCompactionExecutor.java | 16 +-
.../fast/element/ChunkMetadataElement.java | 2 +
.../utils/executor/fast/element/PageElement.java | 4 +
.../utils/validator/CompactionValidator.java | 3 +-
.../utils/validator/NoneCompactionValidator.java | 3 +-
.../ResourceAndTsfileCompactionValidator.java | 6 +-
.../validator/ResourceOnlyCompactionValidator.java | 6 +-
.../impl/RewriteCrossSpaceCompactionSelector.java | 2 +-
.../utils/CrossSpaceCompactionCandidate.java | 76 +-
.../dataregion/tsfile/TsFileResource.java | 13 +-
.../tsfile/timeindex/DeviceTimeIndex.java | 4 +-
.../dataregion/tsfile/timeindex/FileTimeIndex.java | 4 +-
.../dataregion/tsfile/timeindex/ITimeIndex.java | 7 +-
.../dataregion/LastFlushTimeMapTest.java | 317 +++----
.../compaction/AbstractCompactionTest.java | 9 +-
.../CrossSpaceCompactionWithUnusualCasesTest.java | 989 +++++++++++++++++++++
...InconsistentCompressionTypeAndEncodingTest.java | 681 ++++++++++++++
.../compaction/utils/CompactionTestFileWriter.java | 238 +++++
.../utils/CompactionTestFileWriterTest.java | 199 +++++
iotdb-core/metrics/dropwizard-metrics/pom.xml | 13 +-
iotdb-core/metrics/interface/pom.xml | 36 +-
iotdb-core/metrics/micrometer-metrics/pom.xml | 5 +-
iotdb-core/metrics/pom.xml | 8 +-
iotdb-core/mlnode/pom.xml | 49 +-
iotdb-core/node-commons/pom.xml | 211 +++--
.../resources/conf/iotdb-common.properties | 8 +-
.../apache/iotdb/commons/conf/CommonConfig.java | 6 +-
.../consensus/index/impl/RecoverProgressIndex.java | 5 +-
.../iotdb/commons/file/SystemFileFactory.java | 19 +-
.../apache/iotdb/commons/udf/builtin/UDTFM4.java | 338 ++++---
.../iotdb/commons/pipe/PipeMetaDeSerTest.java | 57 +-
{iotdb-client/isession => iotdb-core}/pom.xml | 26 +-
iotdb-core/tsfile/pom.xml | 146 ++-
.../iotdb/tsfile/write/page/TimePageWriter.java | 4 +-
.../tsfile/write/writer/TimeChunkWriterTest.java | 55 ++
iotdb-protocol/openapi/pom.xml | 190 ++--
{iotdb-client/isession => iotdb-protocol}/pom.xml | 24 +-
iotdb-protocol/thrift-commons/pom.xml | 17 +-
iotdb-protocol/thrift-confignode/pom.xml | 27 +-
iotdb-protocol/thrift-iot-consensus/pom.xml | 27 +-
iotdb-protocol/thrift-mlnode/pom.xml | 27 +-
iotdb-protocol/thrift/pom.xml | 31 +-
library-udf/pom.xml | 4 +-
pom.xml | 336 ++++---
{iotdb-client/compile-tools => tools}/README.md | 0
tools/pom.xml | 33 +
tools/thrift/pom.xml | 162 ++++
.../thrift/src/main/assembly/thrift.xml | 39 +-
137 files changed, 5521 insertions(+), 3245 deletions(-)
copy {iotdb-client/isession => iotdb-api}/pom.xml (80%)
delete mode 100644 iotdb-client/compile-tools/pom.xml
delete mode 100644 iotdb-client/compile-tools/thrift/pom.xml
copy iotdb-client/{isession => }/pom.xml (71%)
copy {iotdb-client/isession => iotdb-connector}/pom.xml (71%)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/base/IoTDBThriftConnector.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/CrossSpaceCompactionWithUnusualCasesTest.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/FastCompactionPerformerWithInconsistentCompressionTypeAndEncodingTest.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/utils/CompactionTestFileWriter.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/utils/CompactionTestFileWriterTest.java
copy {iotdb-client/isession => iotdb-core}/pom.xml (76%)
copy {iotdb-client/isession => iotdb-protocol}/pom.xml (77%)
rename {iotdb-client/compile-tools => tools}/README.md (100%)
create mode 100644 tools/pom.xml
create mode 100644 tools/thrift/pom.xml
copy iotdb-client/client-cpp/src/assembly/client-cpp.xml =>
tools/thrift/src/main/assembly/thrift.xml (52%)