This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch parallelDispatch
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 21bf4d138ef fix review
add e9ed3bb5fb9 fix datanode's memory configuration (#15634)
add dbdf1d02c8b Fix ConfigNodePropertiesTest (#15635)
add 56dac8f78e0 fix (#15633)
add 488686adc47 Skip generate distributed plan when treeDBName is null
add 6e5cfa291d9 Ignore not exist device when storage engine is not ready
add 0f656575928 Bump version to 2.0.5-SNAPSHOT (#15642)
add ceae5b6d887 resolve the NPE problem (#15646)
add 581fffb76bd Add cached device number info for last query
add 7a8de6dd4ab Pipe: Fix the problem that the initialization of Pipe
consumer memory module caused DN writing to get stuck (#15645)
add 6b22371dee1 Merge branch 'master' into parallelDispatch
add 2f52b7f7aee create new assignments map
No new revisions were added by this update.
Summary of changes:
code-coverage/pom.xml | 2 +-
distribution/pom.xml | 12 +++---
example/client-cpp-example/pom.xml | 2 +-
example/jdbc/pom.xml | 2 +-
example/mqtt-customize/pom.xml | 2 +-
example/mqtt/pom.xml | 2 +-
example/pipe-count-point-processor/pom.xml | 2 +-
example/pipe-opc-ua-sink/pom.xml | 2 +-
example/pom.xml | 2 +-
example/rest-java-example/pom.xml | 2 +-
example/schema/pom.xml | 2 +-
example/session/pom.xml | 2 +-
example/trigger/pom.xml | 2 +-
example/udf/pom.xml | 2 +-
integration-test/pom.xml | 32 ++++++++--------
.../query/view/recent/IoTDBTableViewQueryIT.java | 12 ++++++
iotdb-api/external-api/pom.xml | 2 +-
iotdb-api/pipe-api/pom.xml | 2 +-
iotdb-api/pom.xml | 2 +-
iotdb-api/trigger-api/pom.xml | 2 +-
iotdb-api/udf-api/pom.xml | 2 +-
iotdb-client/cli/pom.xml | 22 +++++------
iotdb-client/client-cpp/pom.xml | 4 +-
iotdb-client/client-py/pom.xml | 8 ++--
iotdb-client/isession/pom.xml | 8 ++--
iotdb-client/jdbc/pom.xml | 8 ++--
iotdb-client/pom.xml | 2 +-
iotdb-client/service-rpc/pom.xml | 6 +--
iotdb-client/session/pom.xml | 10 ++---
iotdb-core/ainode/pom.xml | 10 ++---
iotdb-core/antlr/pom.xml | 2 +-
iotdb-core/confignode/pom.xml | 26 ++++++-------
.../confignode/conf/ConfigNodePropertiesTest.java | 30 ++++++++-------
iotdb-core/consensus/pom.xml | 14 +++----
iotdb-core/datanode/pom.xml | 40 ++++++++++----------
.../db/pipe/agent/runtime/PipeAgentLauncher.java | 4 ++
.../evolvable/batch/PipeTabletEventBatch.java | 33 +++++++++++++---
.../fragment/FragmentInstanceContext.java | 10 +++++
.../execution/operator/source/FileLoaderUtils.java | 16 +++++---
.../relational/LastQueryAggTableScanOperator.java | 3 ++
.../plan/planner/TableOperatorGenerator.java | 17 +++++----
.../plan/planner/plan/node/PlanGraphPrinter.java | 1 +
.../distribute/TableDistributedPlanGenerator.java | 6 ++-
.../dataregion/memtable/WritableMemChunkGroup.java | 4 +-
.../dataregion/wal/utils/WALInsertNodeCache.java | 44 ++++++++++++++++++----
.../load/active/ActiveLoadTsFileLoader.java | 2 +-
iotdb-core/metrics/core/pom.xml | 4 +-
iotdb-core/metrics/interface/pom.xml | 8 ++--
iotdb-core/metrics/pom.xml | 2 +-
iotdb-core/node-commons/pom.xml | 24 ++++++------
iotdb-core/pom.xml | 2 +-
iotdb-core/relational-grammar/pom.xml | 2 +-
iotdb-protocol/openapi/pom.xml | 2 +-
iotdb-protocol/pom.xml | 2 +-
iotdb-protocol/thrift-ainode/pom.xml | 4 +-
iotdb-protocol/thrift-commons/pom.xml | 2 +-
iotdb-protocol/thrift-confignode/pom.xml | 4 +-
iotdb-protocol/thrift-consensus/pom.xml | 4 +-
iotdb-protocol/thrift-datanode/pom.xml | 4 +-
library-udf/pom.xml | 4 +-
pom.xml | 2 +-
scripts/conf/datanode-env.sh | 6 +--
62 files changed, 294 insertions(+), 204 deletions(-)