Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[server] Support addPartition and dropPartition #351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

swuferhong
Copy link
Collaborator

Purpose

Linked issue: #342

In this pr, we will introduce api addPartition and dropPartition in Admin to support add partition and drop partition for static partition table. The static partition table is different from the auto partition table; it is not automatically created by the server based on rules. Instead, partitions can only be created by the user through an addPartition request.

To simplify the implementation, this PR only supports add/drop partitions for static partition tables, while auto partition tables do not support this feature.

Tests

API and Format

Documentation

@swuferhong swuferhong force-pushed the add-partition branch 3 times, most recently from d80c1e1 to 1ed5149 Compare February 8, 2025 10:16
@swuferhong swuferhong linked an issue Feb 10, 2025 that may be closed by this pull request
2 tasks
@swuferhong swuferhong force-pushed the add-partition branch 5 times, most recently from feef340 to d9022f9 Compare February 10, 2025 10:08
@swuferhong
Copy link
Collaborator Author

@wuchong @luoyuxia pr ready. Could you help review it?

@swuferhong swuferhong changed the title [server] Support addPartition and dropPartition for static partition table [server] Support addPartition and dropPartition Feb 11, 2025
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.

[Feature] Support addPartition and dropPartition
1 participant