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

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


 discard c0c1a71bff6 fix the bug that source file may be inserted back to 
TsFileManager although it is not removed before
 discard a0609d3cc2e add compaction task stage
 discard eb356052fe9 fix file replace error in memory
 discard 8ebdae0d07e complete cross refactor
 discard 90ad08d8d57 move some common method to abstract class
 discard 2584ef11703 complete draft version for inner compaction refactor
     add 6771d33da31 [IOTDB-6192] Remove redundant mergeSortOperator in 'ORDER 
BY TIME ALIGN BY DEVICE' (#11320)
     add 879d7020ff3 [IOTDB-6141] Optimize the large time range raw query 
performance
     add 76a5f5d848c Pipe: decouple pipe receiver directory from the system 
directory and add support for multiple folders (#11333)
     add aa091b0882b [IOTDB-6193] Reject Node startup when loading 
configuration file failed (#11331)
     add 01275e6cb27 [IOTDB-6191] Fix group by year
     add 89f37300927 Pipe: fix all tablets become non-aligned when using batch 
mode (#11343)
     new 7a8c70a2e35 complete draft version for inner compaction refactor
     new 5308e8c309f move some common method to abstract class
     new a83a61097b0 complete cross refactor
     new 82e4a55d181 fix file replace error in memory
     new 1153fad0f88 add compaction task stage
     new eecab62b394 fix the bug that source file may be inserted back to 
TsFileManager although it is not removed before

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   (c0c1a71bff6)
            \
             N -- N -- N   refs/heads/compaction_recover_logger_1017 
(eecab62b394)

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.

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:
 .../db/it/groupby/IoTDBGroupByNaturalMonthIT.java  | 112 +++++++++++-
 .../confignode/conf/ConfigNodeDescriptor.java      |  15 +-
 .../confignode/conf/SystemPropertiesUtils.java     |  14 +-
 .../resources/conf/iotdb-datanode.properties       |  13 ++
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  18 +-
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  41 +++--
 .../db/pipe/agent/receiver/PipeReceiverAgent.java  |  14 +-
 .../db/pipe/agent/runtime/PipeRuntimeAgent.java    |   2 +-
 .../request/PipeTransferTabletRawReq.java          |   1 +
 .../receiver/thrift/IoTDBThriftReceiverV1.java     |  39 +++-
 .../execution/operator/AbstractOperator.java       |   3 +
 .../operator/source/AlignedSeriesScanOperator.java |  12 +-
 .../db/queryengine/plan/parser/ASTVisitor.java     |  12 +-
 .../plan/planner/LogicalPlanBuilder.java           |  30 ++-
 .../org/apache/iotdb/db/utils/DateTimeUtils.java   |  32 +++-
 .../plan/distribution/AlignedByDeviceTest.java     |  23 +++
 .../iotdb/commons/conf/CommonDescriptor.java       |  16 +-
 .../tsfile/read/common/block/TsBlockBuilder.java   |   2 +-
 .../block/column/Int32ArrayColumnEncoder.java      |  20 +-
 .../read/common/block/column/TsBlockSerde.java     |   7 +-
 .../tsfile/read/reader/page/AlignedPageReader.java | 201 ++++++++++++++-------
 .../tsfile/read/reader/page/ValuePageReader.java   | 131 ++++++++++++++
 .../read/reader/series/PaginationController.java   |   8 +
 23 files changed, 614 insertions(+), 152 deletions(-)

Reply via email to