cambyzju opened a new pull request, #20239:
URL: https://github.com/apache/doris/pull/20239

   ## Proposed changes
   
   Issue Number: close https://github.com/apache/doris/issues/10811
   
   How to reproduce the problem inside issue 
[#10811](https://github.com/apache/doris/issues/10811)
   1. create table with dynamic partition policy;
   2. restart FE;
   3. alter distribution column comment;
   4. alter dynamic_partition.end to trigger add new partition by dynamic 
partition scheduler;
   5. Then we got the error log, and the new partition create failed.
   `dynamic add partition failed: errCode = 2, detailMessage =      Cannot 
assign hash distribution with different distribution cols. default is: [`id` 
int(11) NULL COMMENT 'new_comment_of_id'], db: default_cluster:example_db, 
table: test_2`
   
   **The key point of the reproduce steps is `step2: restart FE`.**
   
   It seems all versions will be affected, include master and lts-1.1 and so on.
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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]

Reply via email to