This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch
optimize_partition_cache_get_region_replica_set_interface_by_batching
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard 42d43810bc9 finish
add 8eb73e0cf1f Load: Enhanced the table auto-creation logic (#15265)
add b1344eefefc Subscription: add more methods for table session dataset
(#15398)
add eb15d9a8367 Subscription: simplify table and tree consumer builder
interface (#15399)
add db62fba21ba Subscription: implemented strict runtime permission check
for consumer group (#15400)
add dd429d9539f Pipe: Fix batch type can not be changed (Introduced in
#15377) & Enhance close() in PipeTsFileResource (#15401)
add 9b231dbb704 finish
add 01b028b74d1 enhance
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 (42d43810bc9)
\
N -- N -- N
refs/heads/optimize_partition_cache_get_region_replica_set_interface_by_batching
(01b028b74d1)
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:
.../TableModelSubscriptionSessionExample.java | 18 +-
.../manual/basic/IoTDBPipeWithLoadIT.java | 130 ++++++++++++
.../it/local/IoTDBSubscriptionPermissionIT.java | 115 ++++++++++-
.../subscription/SubscriptionTableTsFile.java | 2 +-
.../rpc/subscription/annotation/TableModel.java | 2 +-
.../base/AbstractSubscriptionConsumerBuilder.java | 20 --
.../SubscriptionTablePullConsumerBuilder.java | 3 +-
.../SubscriptionTablePushConsumerBuilder.java | 3 +-
.../tree/SubscriptionTreePullConsumerBuilder.java | 3 +-
.../tree/SubscriptionTreePushConsumerBuilder.java | 3 +-
.../payload/SubscriptionSessionDataSet.java | 93 +++++++--
.../consumer/CreateConsumerProcedure.java | 4 +-
.../batch/PipeTransferBatchReqBuilder.java | 5 +-
.../pipe/resource/tsfile/PipeTsFileResource.java | 14 +-
.../resource/tsfile/PipeTsFileResourceManager.java | 2 +-
.../plan/analyze/ClusterPartitionFetcher.java | 29 ++-
.../analyze/cache/partition/PartitionCache.java | 218 ++++++++++-----------
.../plan/analyze/load/LoadTsFileAnalyzer.java | 66 ++-----
.../analyze/load/LoadTsFileTableSchemaCache.java | 78 +++++++-
.../plan/relational/sql/ast/LoadTsFile.java | 10 +-
.../apache/iotdb/db/utils/ModificationUtils.java | 23 +--
.../meta/consumer/ConsumerGroupMeta.java | 28 +++
22 files changed, 611 insertions(+), 258 deletions(-)