Skip to content

[IOTDB-5652] Acclerate delete schema via AsyncClient#9261

Merged
MarcosZyk merged 6 commits intoapache:masterfrom
MarcosZyk:acclerate_delete_schema
Mar 9, 2023
Merged

[IOTDB-5652] Acclerate delete schema via AsyncClient#9261
MarcosZyk merged 6 commits intoapache:masterfrom
MarcosZyk:acclerate_delete_schema

Conversation

@MarcosZyk
Copy link
Contributor

@MarcosZyk MarcosZyk commented Mar 9, 2023

Description

Motivation

The current implementation of Deleting Schema, including deleting timeseries, deactivating template and unsetting template, do process the request on DataNodes without any concurrency, which brings low performance and may bring client time out.

Modification

Refactor the implementation of deleting timeseries, deactivating template and unsetting template via new DataNodeRegionTaskExecutor which is a framework implementing parallel request dispatching and failure retry.

Copy link
Contributor

@CRZbulabula CRZbulabula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

@MarcosZyk MarcosZyk merged commit c884e0c into apache:master Mar 9, 2023
@MarcosZyk MarcosZyk deleted the acclerate_delete_schema branch June 5, 2023 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants