This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch rc/2.0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b4d7e086b7d Subscription: Rename topic modes to initial and
incremental (#18370) (#18524)
new 28b824580a7 Fix query analyze metric of TableModel
new 50fcf72852d [Fix] Keep heartbeat alive when metadata lease is fenced
(#18343)
new 945af2a1e95 Fix IndexOutOfBoundsException caused by concurrent sort
and delete on TVList (#18389)
new ab31e1b509a Fix DataNode restart during database deletion (#18407)
The 4 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:
.../manager/schema/ClusterSchemaManager.java | 7 ++-
.../manager/ClusterSchemaManagerTest.java | 37 +++++++++++
.../iotdb/db/i18n/DataNodeSchemaMessages.java | 3 +
.../iotdb/db/i18n/DataNodeSchemaMessages.java | 3 +
.../impl/DataNodeInternalRPCServiceImpl.java | 31 +++++++--
.../plan/relational/analyzer/Analyzer.java | 2 +-
.../apache/iotdb/db/schemaengine/SchemaEngine.java | 28 +++++++--
.../db/utils/datastructure/AlignedTVList.java | 31 +++++++--
.../iotdb/db/utils/datastructure/TVList.java | 8 ++-
.../DataNodeInternalRPCServiceImplTest.java | 73 ++++++++++++++++++++++
10 files changed, 204 insertions(+), 19 deletions(-)