You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/04/14 19:38:44 UTC

[iotdb] branch ty-mpp updated (e9aee33d2e -> 30767bfa17)

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

xingtanzjr pushed a change to branch ty-mpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from e9aee33d2e version 1
     add dc4bf2fd3c config
     add 51b7199ab0 [IOTDB-2888] Unable to select an unary expression followed by a constant expression (#5521)
     add d808d844d6 [IOTDB-2913] Add InfluxDB Protocol Test Framework (#5546)
     add 60e688841f Fix repeated flip() && Fix configNode's failure for addConsensusGroup && Improve DataNode's joining ConfigNode (#5544)
     add 0c50e6c890 [IOTDB-2861] Improve Cross compaction selector file number restrict (#5532)
     add 3f2846011c add comment for max_cross_compaction_candidate_file_nul (#5549)
     add 0d83f7a894  Open Optimize ConfigNode redirect and create region process (#5550)
     add 9717dcb266 Merge branch 'master' into ty-mpp
     add 30767bfa17 fix issues

No new revisions were added by this update.

Summary of changes:
 .github/workflows/influxdb-protocol.yml            |  4 +-
 .../apache/iotdb/db/qp/sql/InfluxDBSqlParser.g4    |  1 +
 .../resources/conf/iotdb-confignode.properties     |  8 ++--
 .../iotdb/confignode/cli/TemporaryClient.java      |  5 ++-
 .../iotdb/confignode/manager/ConfigManager.java    | 17 ++------
 .../iotdb/confignode/physical/PhysicalPlan.java    |  1 -
 .../server/ConfigNodeRPCServerProcessor.java       |  1 +
 .../iotdb/confignode/cli/TemporaryClientDemo.java  | 47 +++++++++++++++-------
 .../physical/SerializeDeserializeUT.java           | 27 +++++++++++++
 consensus/pom.xml                                  |  8 ++--
 .../iotdb/consensus/ratis/RatisConsensus.java      | 12 +++---
 .../iotdb/consensus/ratis/RequestMessage.java      |  1 -
 ...ockerfile-single => Dockerfile-single-influxdb} |  1 +
 docs/UserGuide/API/InfluxDB-Protocol.md            |  5 ++-
 docs/zh/UserGuide/API/InfluxDB-Protocol.md         |  4 +-
 .../org/apache/iotdb/influxdb/IoTDBInfluxDB.java   |  1 +
 .../iotdb/influxdb/protocol/dto/SessionPoint.java  | 20 +++------
 .../influxdb/integration/IoTDBInfluxDBIT.java      | 34 ++++++++--------
 .../iotdb/db/integration/IoTDBSelectSchemaIT.java  | 24 +++++++++--
 metrics/dropwizard-metrics/pom.xml                 |  2 +-
 pom.xml                                            | 15 -------
 server/pom.xml                                     | 21 ++--------
 .../resources/conf/iotdb-engine.properties         |  6 ++-
 .../apache/iotdb/db/client/ConfigNodeClient.java   | 16 +++++++-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  6 +--
 .../selector/RewriteCompactionFileSelector.java    |  7 ++--
 .../iotdb/db/mpp/buffer/DataBlockManager.java      |  4 +-
 .../org/apache/iotdb/db/mpp/buffer/SinkHandle.java | 13 +++---
 .../apache/iotdb/db/mpp/buffer/SourceHandle.java   |  5 ++-
 .../iotdb/db/mpp/execution/QueryExecution.java     |  2 +-
 .../db/mpp/execution/config/ConfigExecution.java   |  4 ++
 .../scheduler/SimpleFragInstanceDispatcher.java    |  2 -
 .../db/mpp/schedule/FragmentInstanceScheduler.java |  1 -
 .../db/mpp/sql/planner/plan/FragmentInstance.java  |  5 ++-
 .../db/protocol/influxdb/handler/QueryHandler.java |  6 +--
 .../influxdb/meta/InfluxDBMetaManager.java         | 13 +++++-
 .../protocol/influxdb/util/QueryResultUtils.java   |  3 +-
 .../transformer/ArithmeticNegationTransformer.java |  6 ++-
 .../udf/core/transformer/LogicNotTransformer.java  |  6 ++-
 .../java/org/apache/iotdb/db/service/DataNode.java |  8 +++-
 .../thrift/impl/DataNodeManagementServiceImpl.java |  4 ++
 .../cross/RewriteCompactionFileSelectorTest.java   | 29 +++++++++++--
 42 files changed, 250 insertions(+), 155 deletions(-)
 copy docker/src/main/{Dockerfile-single => Dockerfile-single-influxdb} (91%)