This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch global-counter
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 750c8772775 handle exception properly in receiver side
add 3d5f7017f8f Pipe: Reset the inclusion settings to data.insert (#12337)
add 9b5361c1742 Pipe: AggregateProcessor: Fixed the bug that processor may
not change the database prefix when output is from another database's
processor's input & Fixed heartbeat output not pipe local and non-atomic bug &
Fixed new processor wipe out states bug (#12338)
add 89ebd32b1be Add Linux Memory Metrics (#12332)
add 6e4863bfb51 Fix auto leader balance for Ratis protocol judgement bug
(#12350)
add bb7d29f1a09 Print progress in log during transmitting snapshot for
region migration (#12346)
add 2a075f693fc Merge branch 'master' of https://github.com/apache/iotdb
into global-counter
No new revisions were added by this update.
Summary of changes:
.../pipe/it/autocreate/IoTDBPipeProtocolIT.java | 1 +
.../iotdb/confignode/manager/ProcedureManager.java | 10 +-
.../manager/load/balancer/RouteBalancer.java | 2 +-
.../apache/iotdb/consensus/iot/IoTConsensus.java | 4 +-
.../consensus/iot/IoTConsensusServerImpl.java | 51 ++++++++--
.../iot/snapshot/SnapshotFragmentReader.java | 4 +
.../processor/aggregate/AggregateProcessor.java | 106 ++++++++++++++-------
.../aggregate/TimeSeriesRuntimeState.java | 31 +++---
.../window/datastructure/TimeSeriesWindow.java | 42 ++++----
.../window/datastructure/WindowOutput.java | 6 +-
.../processor/TumblingWindowingProcessor.java | 12 ++-
.../org/apache/iotdb/db/utils/DateTimeUtils.java | 27 ------
.../metrics/metricsets/system/SystemMetrics.java | 100 ++++++++++++++++++-
.../apache/iotdb/metrics/utils/SystemMetric.java | 1 +
.../config/constant/PipeExtractorConstant.java | 2 +-
.../iotdb/commons/utils/CommonDateTimeUtils.java | 32 +++++++
16 files changed, 315 insertions(+), 116 deletions(-)