WingsGo opened a new issue #3358:
URL: https://github.com/apache/incubator-doris/issues/3358


   **Describe the bug**
   I found that when we create a table without dynamic partition properties, 
and use alter clause to add dynamic partition properties to the table, we can 
only see the properties in master FE, this is because in 
`modifyTableDynamicPartition` we use the create table logic to check 
properties, but it may remove the `key-value` from properties, this will cause 
when we replay, the properties is empty, so we cann't see dynamic partition 
properties in Follower FE
   
   
https://github.com/apache/incubator-doris/blob/c69bf9ac449336e69e6859c40aca8c1e340c38ba/fe/src/main/java/org/apache/doris/catalog/Catalog.java#L5134-L5148


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

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

Reply via email to