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 15c01584c5f 1st
     new 34e22252a68 watermark
     new 6f8537022cf 2

The 2 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:
 .../common/watermark/PipeWatermarkEvent.java}      |  21 ++-
 .../dataregion/DataRegionWatermarkInjector.java    |  61 ++++++
 .../dataregion/IoTDBDataRegionExtractor.java       |  39 +++-
 .../processor/twostage/TwoStageCountProcessor.java | 205 ++++++++++++++++++++-
 .../twostage/combiner/PipeCombineHandler.java      |  12 +-
 .../combiner/PipeCombineHandlerManager.java        |  26 +--
 .../exchange/sender/TwoStageAggregateSender.java   | 149 +++++++++++++++
 .../processor/twostage/operator/CountOperator.java |  20 +-
 .../pipe/processor/twostage/state/CountState.java  |   8 +-
 .../config/constant/PipeExtractorConstant.java     |   4 +
 .../config/constant/PipeProcessorConstant.java     |   2 +
 11 files changed, 502 insertions(+), 45 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/{storageengine/dataregion/compaction/schedule/constant/ProcessChunkType.java
 => pipe/event/common/watermark/PipeWatermarkEvent.java} (68%)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/dataregion/DataRegionWatermarkInjector.java
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/processor/twostage/exchange/sender/TwoStageAggregateSender.java

  • (iotdb) branch global-counter updated (15c01584c5f -> 6f8537022cf) rong

Reply via email to