zhouhancang opened a new issue, #10387: URL: https://github.com/apache/doris/issues/10387
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris1.0.0 ### What's Wrong? 动态分区创建完成之后,进行资源隔离,重新设置副本情况之后,动态分区表不能创建新的分区 比如以前是tag.location.default:3进行下面修改动态分区表之后,动态分区不能创建新的动态分区 alter table dwd_txn_test_rt MODIFY PARTITION (*) set ("replication_allocation"="tag.location.default:2,tag.location.group_a:2"); ### What You Expected? 动态分区表在进行资源隔离修改tag.location.default之后动态分区还是可以创建新的动态分区 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org