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

Sometimes add partition will not add placement rules in PD #31153

Closed
Tracked by #18030
lcwangchao opened this issue Dec 30, 2021 · 0 comments · Fixed by #31154
Closed
Tracked by #18030

Sometimes add partition will not add placement rules in PD #31153

lcwangchao opened this issue Dec 30, 2021 · 0 comments · Fixed by #31154

Comments

@lcwangchao
Copy link
Collaborator

lcwangchao commented Dec 30, 2021

CREATE TABLE tp (id INT) PARTITION BY RANGE (id) followers=1 ( 
        PARTITION p0 VALUES LESS THAN (100),
        PARTITION p1 VALUES LESS THAN (1000)
);

ADD PARTITION (PARTITION p2 VALUES LESS THAN (10000));

The new added partition will not have the placement rules synced to PD

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 a pull request may close this issue.

1 participant