This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch tsfile-batch-ordering
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 9d21faa21bd Update PipeTabletEventTsFileBatch.java
add 3c4ab970ee5 Update PipeTabletEventTsFileBatch.java
add 7f34bc03129 Specify error msg when DriverTask is aborted by
MemoryNotEnoughException
add 5c23a355579 Add flush cause metric (#12803)
add ada45de7d37 use template file start 1c1d (#12808)
add 3fa0320d81d Pipe/PipeConsensus: support progressIndex for
InsertRowsNode (#12806)
add e5271e1736f Merge branch 'master' of https://github.com/apache/iotdb
into tsfile-batch-ordering
No new revisions were added by this update.
Summary of changes:
.../iotdb/confignode/conf/ConfigNodeConfig.java | 12 --
.../confignode/conf/ConfigNodeDescriptor.java | 2 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 3 +
.../batch/PipeTabletEventTsFileBatch.java | 11 ++
.../execution/schedule/AbstractDriverThread.java | 12 +-
.../schedule/DriverTaskAbortedException.java | 3 +
.../planner/plan/node/write/InsertRowsNode.java | 11 ++
.../iotdb/db/service/metrics/WritingMetrics.java | 186 ++++++++++++++-------
.../iotdb/db/storageengine/StorageEngine.java | 6 -
.../db/storageengine/dataregion/DataRegion.java | 20 ++-
.../dataregion/memtable/TsFileProcessor.java | 3 +-
.../read/reader/common/PriorityMergeReader.java | 3 +
.../storageengine/dataregion/wal/node/WALNode.java | 2 +-
.../iotdb/metrics/core/type/IoTDBCounter.java | 4 +-
.../conf/iotdb-system.properties.template | 34 ++--
.../iotdb/commons/service/metric/enums/Metric.java | 7 +-
16 files changed, 210 insertions(+), 109 deletions(-)