admh opened a new issue, #12068: URL: https://github.com/apache/doris/issues/12068
### 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. ### Description 问题: 比如我集群7台机器,其中6台属于tag a,1台属于 tag b,有张表设置了tag a 和 tag b 两个标签,表副本默认是3个,那tag a 和 tag b 两个组之间怎么平衡副本数?我想了可能的场景: 1. tag a 会有2个副本,tag b 只有1个副本 2. tag a 只有1个副本,tag b 会有2个副本 思路是组节点数越多副本越多,组节点数少的至少有一个副本 ### Solution 目前的解决方案是在创建表的时候指定对节点数多的组分配2个副本,节点数的组分配1个副本 <img width="1951" alt="image" src="https://user-images.githubusercontent.com/19163424/186600404-bbf4230e-64cd-48a1-b978-a462da6f5a09.png"> ### Are you willing to submit PR? - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
