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

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


 discard 73aec8bdb1f bump ratis to 3.2.0-3247c7f-SNAPSHOT
     add 512188b689b Fixed the NPE caused by concurrent template unset / 
activation #15420
     add b4852c91c52 IoTV2: Try to fix tsfile corruption & receiver dir clean 
(#15410)
     add acdf8cc0f9a ShutdownNow all pipe connector subTask works to interrupt 
all threads blocking in lock. (#15411)
     add ed1f1b8cb37 fix: dockerfile adapter script (#15428)
     add 86178d730c1 Throw 701 while show time partition in table mode
     add 4af9c59aadb fix: export-tsfile change pull mode (#15306)
     add 953780620df [remove datanode] Fix IoTDBRemoveDataNodeNormalIT #15429
     add 5a447788f24 bump ratis to 3.2.0-3247c7f-SNAPSHOT

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   (73aec8bdb1f)
            \
             N -- N -- N   refs/heads/bump_ratis (5a447788f24)

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:
 docker/src/main/Dockerfile-1c1d                    |   2 +-
 .../apache/iotdb/tools/it/ExportTsFileTestIT.java  |  85 +++---
 .../org/apache/iotdb/tool/common/Constants.java    |   2 +-
 .../org/apache/iotdb/tool/common/OptionsUtil.java  |   5 +-
 .../org/apache/iotdb/tool/tsfile/ExportTsFile.java |   5 +
 .../subscription/AbstractSubscriptionTsFile.java   |   1 +
 .../subscription/SubscriptionTableTsFile.java      |  26 +-
 .../subscription/SubscriptionTreeTsFile.java       |  29 +-
 .../region/GreedyCopySetRegionGroupAllocator.java  |   4 +-
 .../procedure/env/RemoveDataNodeHandler.java       |   8 +-
 .../pipe/consensuspipe/ConsensusPipeReceiver.java  |   3 +-
 .../schemaregion/SchemaExecutionVisitor.java       |  15 +
 .../db/pipe/agent/task/PipeDataNodeTaskAgent.java  |  26 --
 .../task/execution/PipeSubtaskExecutorManager.java |   7 +
 .../pipeconsensus/PipeConsensusAsyncConnector.java | 157 +++++++---
 .../pipeconsensus/PipeConsensusReceiver.java       | 327 ++++++++++-----------
 .../pipeconsensus/PipeConsensusReceiverAgent.java  |  61 ++--
 .../plan/relational/sql/parser/AstBuilder.java     |   8 +-
 .../iotdb/db/service/DataNodeShutdownHook.java     |   4 +
 .../iotdb/db/storageengine/StorageEngine.java      |   1 +
 .../agent/task/execution/PipeSubtaskExecutor.java  |   2 +-
 scripts/tools/{export-data.sh => export-tsfile.sh} |   8 +-
 scripts/tools/load-tsfile.sh                       |  60 ----
 .../windows/{export-data.bat => export-tsfile.bat} |  10 +-
 scripts/tools/windows/load-tsfile.bat              |  50 ----
 25 files changed, 425 insertions(+), 481 deletions(-)
 copy scripts/tools/{export-data.sh => export-tsfile.sh} (88%)
 delete mode 100755 scripts/tools/load-tsfile.sh
 copy scripts/tools/windows/{export-data.bat => export-tsfile.bat} (86%)
 delete mode 100755 scripts/tools/windows/load-tsfile.bat

Reply via email to