This is an automated email from the ASF dual-hosted git repository.

yongzao pushed a change to branch refactor_timerxl
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    omit 8b156f1cdc1 enable revin
    omit 7bbc6d49a5a reformat
    omit cf5d511265d seems ok
    omit 1049340c432 almost done
     add 26fdfebb2cb Fix tree ttl in table view scan
     add b0fa6bdf100 When the queries aligned series has some inconsistent data 
types in memtable, the other column will also be ignored
     add b4419bb1720 fix compaction path util npe (#15653)
     add c28e50f7afa Pipe: Add retry when TsFile parsing failed to avoid race 
among processor threads (follow up #15624) (#15644)
     add 51bad1ec88d [remove datanode] Accelerate GCR load balancing implement 
(#15535)
     add ab653b4bf58 Fix SessionConnection opens too much transport without 
closing (#15649)
     add 313a91ecf59 [AINode] Enable log record by default (#15654)
     add ce9b870ca70 almost done
     add fe886e1b16f seems ok
     add f094cd32ba6 reformat
     add e48fd1388cb enable revin

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8b156f1cdc1)
            \
             N -- N -- N   refs/heads/refactor_timerxl (e48fd1388cb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ...oTDBTableViewQueryWithNotMatchedDataTypeIT.java |   3 +-
 ....java => IoTDBTableViewWithTreeTTLQueryIT.java} |  78 ++++---
 .../apache/iotdb/session/SessionConnection.java    |   3 +
 iotdb-core/ainode/ainode/core/log.py               |   6 +-
 .../region/GreedyCopySetRegionGroupAllocator.java  | 253 ++++++++++-----------
 .../GreedyCopySetRemoveNodeReplicaSelectTest.java  |  29 ++-
 .../agent/task/connection/PipeEventCollector.java  |  31 +--
 .../subtask/processor/PipeProcessorSubtask.java    |  15 +-
 .../protocol/websocket/WebSocketConnector.java     |  13 +-
 .../common/tsfile/PipeTsFileInsertionEvent.java    |  65 +++++-
 .../processor/aggregate/AggregateProcessor.java    |  23 +-
 .../downsampling/DownSamplingProcessor.java        |  25 +-
 ...cheScanOperator.java => EmptyDataOperator.java} |  45 ++--
 .../execution/operator/source/SeriesScanUtil.java  |  20 +-
 .../relational/AbstractAggTableScanOperator.java   |   4 +-
 .../plan/planner/TableOperatorGenerator.java       |  24 +-
 .../planner/plan/parameter/SeriesScanOptions.java  |  22 +-
 .../schemaregion/utils/ResourceByPathUtils.java    |  14 +-
 .../execute/utils/CompactionPathUtils.java         |   3 +-
 .../memtable/AlignedWritableMemChunk.java          |  13 +-
 .../batch/SubscriptionPipeTsFileEventBatch.java    |  31 +--
 .../CompactionUtilsTest.java}                      |  40 ++--
 22 files changed, 436 insertions(+), 324 deletions(-)
 copy 
integration-test/src/test/java/org/apache/iotdb/relational/it/query/view/recent/{IoTDBTableViewQueryWithNotMatchedDataTypeIT.java
 => IoTDBTableViewWithTreeTTLQueryIT.java} (52%)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/{source/LastCacheScanOperator.java
 => EmptyDataOperator.java} (60%)
 copy 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/{repair/AbstractRepairDataTest.java
 => utils/CompactionUtilsTest.java} (61%)

Reply via email to