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 2020/04/20 12:07:37 UTC

[GitHub] [incubator-doris] WingsGo opened a new issue #3358: [Bug][Dynamic Partition]Dynamic partition properties is not consistent in FE

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:
users@infra.apache.org



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