You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/24 02:13:08 UTC

[GitHub] [doris] zhouhancang opened a new issue, #10387: [Bug]

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-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] bin41215 commented on issue #10387: [Bug]

Posted by GitBox <gi...@apache.org>.
bin41215 commented on issue #10387:
URL: https://github.com/apache/doris/issues/10387#issuecomment-1233843199

   是不是应该再设定下表级别的的tag:
   alter table db.tbl set ("default.replication_allocation"="replication_allocation"="tag.location.default:2,tag.location.group_a:2");
   这样呢


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org