This is an automated email from the ASF dual-hosted git repository.
zyk pushed a change to branch rc/1.1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 113992805b Compatible with the client parameters on DataNode (#9272)
(#9288)
new 1b10ca8886 [IOTDB-5627] Optimize Schedule related metrics and Update
Performance Overview Dashboard (#9223) (#9300)
new 448b56598a [IOTDB-5657] Fix LIMIT&OFFSET does not take effect in last
query (#9309) (#9312)
new 3b212348bf [IOTDB-5612] [doc] Remove some functions which are not
built-in from doc (#9317)
new 17bb550aa4 [To rel/1.1] change log in ShuffleSinkHandle
new 3f0c4a44c5 [To rel/1.1] [IOTDB-5668] fix loading the tsfile which is
from export-tsfile failed when the specified encoding type is different from
default
new aeee0eb385 [To rel/1.1] [IOTDB-5671] Fix inode cannot be released
after deletion causing waste of disk space
The 6 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:
.../java/org/apache/iotdb/tool/ExportTsFile.java | 10 +
.../consensus/iot/IoTConsensusServerImpl.java | 11 +
.../ratis/ApplicationStateMachineProxy.java | 19 +
.../iotdb/consensus/simple/SimpleConsensus.java | 15 +
...pache-IoTDB-Performance-Overview-Dashboard.json | 1518 ++++++++++++++++----
docs/UserGuide/Monitor-Alert/Metric-Tool.md | 109 +-
docs/UserGuide/Operators-Functions/String.md | 8 +-
docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md | 82 +-
docs/zh/UserGuide/Operators-Functions/Overview.md | 6 +-
docs/zh/UserGuide/Operators-Functions/String.md | 8 +-
...T.java => IoTDBLastQueryWithLimitOffsetIT.java} | 109 +-
.../iotdb/commons/service/metric/enums/Metric.java | 12 +
.../metric/enums}/PerformanceOverviewMetrics.java | 86 +-
.../org/apache/iotdb/db/auth/AuthorityChecker.java | 2 +-
.../statemachine/DataRegionStateMachine.java | 8 +-
.../IoTConsensusDataRegionStateMachine.java | 8 +-
.../readchunk/AlignedSeriesCompactionExecutor.java | 3 +-
.../iotdb/db/engine/storagegroup/DataRegion.java | 127 +-
.../db/engine/storagegroup/TsFileProcessor.java | 77 +-
.../execution/exchange/sink/ShuffleSinkHandle.java | 20 +-
.../execution/executor/RegionWriteExecutor.java | 10 +-
.../metric/PerformanceOverviewMetricsManager.java | 323 +++--
.../db/mpp/plan/execution/QueryExecution.java | 8 +-
.../mpp/plan/optimization/LimitOffsetPushDown.java | 3 +-
.../db/mpp/plan/parser/StatementGenerator.java | 49 +-
.../db/mpp/plan/planner/LogicalPlanVisitor.java | 2 +
.../db/mpp/plan/planner/plan/node/PlanNode.java | 10 -
.../db/mpp/plan/scheduler/AsyncPlanNodeSender.java | 16 +-
.../plan/scheduler/AsyncSendPlanNodeHandler.java | 28 +-
.../scheduler/FragmentInstanceDispatcherImpl.java | 4 +
.../db/mpp/plan/statement/crud/QueryStatement.java | 3 +
.../tsfile/write/schema/MeasurementSchema.java | 8 +
32 files changed, 1959 insertions(+), 743 deletions(-)
copy
integration-test/src/test/java/org/apache/iotdb/db/it/last/{IoTDBLastWithTTLIT.java
=> IoTDBLastQueryWithLimitOffsetIT.java} (52%)
rename {server/src/main/java/org/apache/iotdb/db/mpp/metric =>
node-commons/src/main/java/org/apache/iotdb/commons/service/metric/enums}/PerformanceOverviewMetrics.java
(68%)