MaPpengCheng opened a new issue, #19981:
URL: https://github.com/apache/doris/issues/19981

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   当前版本是1.2.4
   
   ### What's Wrong?
   
   
doris动态分区设置好后运行了一段时间,5月19号其中一个fe节点突然报错,不知道什么原因,两天后重新启动后有七张表自动创建分区停止在了5月22号,预设置的是提前创建3天的分区
   
![4095ff776efdd01b5a66f483b7c62fe](https://github.com/apache/doris/assets/128129547/79786336-ec4e-4916-9396-6fc5fafbb7b3)
   这个是设置的表属性,可以看到停止在了22号
   正常应该是27号
   
   
   使用下面的脚本后,也无法让其自动创建分区
   alter table ods.ods_enterprise_f_courtannoucement set (
   "dynamic_partition.end" = "5",
   "dynamic_partition.enable" = "true",
   "dynamic_partition.history_partition_num" = "2",
   "dynamic_partition.create_history_partition" = "true"
   );
   
   
   ADMIN SET FRONTEND CONFIG ("dynamic_partition_check_interval_seconds" = 
"10");
   ADMIN SET FRONTEND CONFIG ("dynamic_partition_enable" = "true");
   
   
   ### What You Expected?
   
   停止自动创建分区的表能够自动创建分区
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   附上fe节点当天崩溃日志
   [fe.zip](https://github.com/apache/doris/files/11549569/fe.zip)
   
   
   ### 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: [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